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
442 stars 96 forks source link

fix: state.extra property being null on pageBuilder #87

Closed raulmabe closed 2 years ago

raulmabe commented 2 years ago

Fix for: #81

I also added the extra property to RouterState properties docs