csells / go_router

The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
https://gorouter.dev
441 stars 97 forks source link

GoRouter-wide pageBuilder #204

Closed csells closed 2 years ago

csells commented 2 years ago

Would be useful for things like different transitions per target platform (even if it's all material), making everything fade, etc. Since everything uses a core pageBuilder anyway, this wouldn't be too hard to do...