Duplicate Page Names

Widgets & Design

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!

What have you tried so far?

I quickly found that I can’t name two pages with the same name. I thought I would be able to reuse a name if the page was within a folder, but that does not work either.

I could assign a simple guid for each page, but that seems like the wrong way to solve this puzzle.

I searched the documentation and community posts for a solution with no success.

Did you check FlutterFlow's Documentation for this topic?
Yes