-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityp: go_routerThe go_router packageThe go_router packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
copied from csells/go_router#330
GoRouter as of now is lacking behind the current methods available by the flutter navigator.
Currently missing to get at least the basics completely working:
- Navigator.removeRoute https://api.flutter.dev/flutter/widgets/Navigator/removeRoute.html
- Navigator.popUntil https://api.flutter.dev/flutter/widgets/Navigator/popUntil.html
- Navigator.pushAndRemoveUntil https://api.flutter.dev/flutter/widgets/Navigator/pushAndRemoveUntil.html
- Navigator.replace https://api.flutter.dev/flutter/widgets/Navigator/replace.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityp: go_routerThe go_router packageThe go_router packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.