flow_builder icon indicating copy to clipboard operation
flow_builder copied to clipboard

Best Practice To Use MultiFlowBuilder

Open mstfkhazaal opened this issue 2 years ago • 3 comments

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

mstfkhazaal avatar Jul 13 '22 17:07 mstfkhazaal

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

Gene-Dana avatar Jul 13 '22 22:07 Gene-Dana

@Gene-Dana

This project is not used flow builder

mstfkhazaal avatar Jul 15 '22 05:07 mstfkhazaal

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 !

Gene-Dana avatar Jul 15 '22 19:07 Gene-Dana