JaspervanRiet / duck_router

A Flutter router with intents
MIT License
4 stars 3 forks source link

Provide custom transition page #3

Closed JaspervanRiet closed 3 months ago

JaspervanRiet commented 3 months ago

Custom transitions can currently be made by extending Page and writing a custom page. This is quite a bit of work and requires some more advanced knowledge of routing APIs than we might like for DuckRouter.

Provide tooling that allows user to easily define a transition.