lukepighetti / fluro

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
https://pub.dev/packages/fluro
MIT License
3.66k stars 416 forks source link

How to implement custom PageRoute #283

Open woodjobber opened 5 months ago

woodjobber commented 5 months ago

I have customized a PageRoute, how should I add it to the fluro component?,like this: Navigator.push( context, MyCustomPageRoute(), )