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

Comparison with go_router, etc. #105

Open xni06 opened 1 year ago

xni06 commented 1 year ago

I like flow_builder very much but wonder whether I'm misusing it - I'm using a single flow to control the whole app navigation. Is this OK to do or should I be using something like https://pub.dev/packages/go_router for general navigation?