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

provide an intuitive way to pop #151

Closed csells closed 2 years ago

csells commented 3 years ago

GR users have a hard time discovering that they can just use Navigator.pop(context) so make that easy to find by adding GoRouter.pop() and InheritedGoRouter.pop() that just forwards to Navigator.pop(context).

csells commented 2 years ago

fixed in v2.2.7