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

Add the ability to pass inner navigator observers #40

Closed alxkzmn closed 3 years ago

alxkzmn commented 3 years ago

Is your feature request related to a problem? Please describe. The problem is that Navigator 1.0 had observers which allowed, for example, to set up a FirebaseAnalyticsObserver

Describe the solution you'd like Screen tracking would be easier with the opportunity to pass observers to inner navigator.

Describe alternatives you've considered Custom logic in onGeneratePages does not look like an attractive solution.

alxkzmn commented 3 years ago

Found it here https://github.com/felangel/flow_builder/pull/35 , looking forward to the new version!