forked from flutter/flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[go_router]: implemented helpers for ShellRoute (flutter#2730)
* [Feature]: implemented helpers for ShellRoute * [bugfix]: change export * Removed named private constructor for TypedRoute * Update CHANGELOG.md * Update pubspec.yaml * [Feature]: split routes per type * [Feature]: add new exports * Tests, refactor routes * remove line in changelog * Add navigatorKey for each route * Fixed tests * Format * Bump version in pubspec.yaml * Update packages/go_router/lib/src/route_data.dart Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> * Update packages/go_router/lib/src/route_data.dart Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> * Removed buildPageWithState tests * Bump version in pubspec * Address comments from code review * Export ShellRouteData * Remove unnecessary import --------- Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> Co-authored-by: John Ryan <ryjohn@google.com>
- Loading branch information
1 parent
af5906b
commit 5834b4c
Showing
5 changed files
with
262 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.