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

Ability to modify page route navigation #63

Closed ajgreenman closed 2 years ago

ajgreenman commented 2 years ago

Are we able to modify how pages transition through the flow? I would like to be able to do something like is outlined in this article, https://flutter.dev/docs/cookbook/animation/page-route-animation, but I don't think that's currently possible with the flow_builder API.

ajgreenman commented 2 years ago

https://github.com/felangel/flow_builder/issues/29 Found solution