JaspervanRiet / duck_router

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

feat: create DuckPage #10

Closed JaspervanRiet closed 3 months ago

JaspervanRiet commented 3 months ago

Description

Introduces DuckPage, a Page that allows defining custom transitions. I have tried to use variable naming that is more approachable than names like barrierLabel which are used on the ModalRoute by Flutter themselves.

Related Issues

3

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?