felangel / flow_builder

Flutter Flows made easy! A Flutter package which simplifies navigation flows with a flexible, declarative API.
https://pub.dev/packages/flow_builder
MIT License
389 stars 63 forks source link

Best Practice To Use MultiFlowBuilder #98

Open mstfkhazaal opened 1 year ago

mstfkhazaal commented 1 year ago

I have a big app with multi route

Example: Item Pages seperate multi page: Item List, ItemView, ItemEdit, ItemAdd and many pages nested with others and MultiBloc nested with Others

What is the best way to use Flow Builder in this App? @felangel

Gene-Dana commented 1 year ago

Check out this example https://github.com/fireship-io/flutter-firebase-quizapp-course/tree/master/lib

mstfkhazaal commented 1 year ago

@Gene-Dana

This project is not used flow builder

Gene-Dana commented 1 year ago

It does here !

https://github.com/fireship-io/flutter-firebase-course/blob/main/lib/topics/view/topics_flow.dart

Although I realize now it's not what you are looking for !