You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
GR users have a hard time discovering that they can just use
Navigator.pop(context)
so make that easy to find by addingGoRouter.pop()
andInheritedGoRouter.pop()
that just forwards toNavigator.pop(context)
.The text was updated successfully, but these errors were encountered: