Pass data between pages using navigation in FlutterFlow
When creating apps in FlutterFlow, passing data between pages is necessary. Using navigation routes, it allows you to pass information and some other data (e.g., documents in Firebase, product details) using parameters from one screen to another screen. Before we dive into it, we will first see about navigation in FlutterFlow. Page navigation in FlutterFlow … Read more