Relative Content

Tag Archive for listviewlayoutnavigationflutterflow

How to navigate to custom page for specific category from list view in flutterflow?

The main screen of the app has a ListView of different tasks (Icon associated with task, task name, address). Each task has a different name/category. When the parameters are passed on to the next page, it always displays the same layout of the page which is logical. What I would like to do is, I would like to have different page with different layout and information displayed based on the tasknam/category to which the task belongs.