Hi all. I am new to FlutterFlow and building a simple prototype to assess the platform. I have a basic version of the app up and running. It is a nice platform! Very easy to use and get started with :)
The app I am prototyping is very simple. The App has a single ‘home page’ that is just a list of processes that need to be completed. When the user selects a ‘process’ from the home page, a new flow is launched that takes the user through each step of the process: step_1, step_2, step_3, etc, until the last step when the user is returned to the home page. I am currently using an 'On Tap' action to allow the user to advance to the next page in the process.
The app might have up to 100 different process, each with its own set of steps. So, basically I will need 100 ‘step_1’ pages, 100 ‘step_2' pages, and so on. I am wondering what the recommended best practice is for this scenario.
Thanks!