-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[go_router_builder] Add go_router StatefulShellRoute support to go_router_builder #4238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+608
−73
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
990c293
implemented helpers for StatefulShellRoute
hannah-hyj 4918014
Merge branch 'main' into statefulshellroute
hannah-hyj c6bde6d
lint
hannah-hyj 52ce037
Update route_data.dart
hannah-hyj b9c8080
lint
hannah-hyj 9005a8c
Update route_data.dart
hannah-hyj 8cf69b6
update
hannah-hyj 5963020
resolve comments
hannah-hyj 4f60cd6
1
hannah-hyj e4fc526
Revert "1"
hannah-hyj d328021
update
hannah-hyj bc19f53
update tests
hannah-hyj f827680
Merge branch 'main' of https://github.com/flutter/packages into build…
hannah-hyj 6a09020
update
hannah-hyj bb6064b
bump version
hannah-hyj 441eb78
Update route_config.dart
hannah-hyj 8b4e2de
Update stateful_shell_route_test.dart
hannah-hyj a2ef5d2
Merge branch 'main' of https://github.com/flutter/packages into build…
hannah-hyj 13865ac
update route_config
hannah-hyj e3d109d
Update route_config.dart
hannah-hyj 51ae0a0
Merge branch 'main' of https://github.com/flutter/packages into build…
hannah-hyj bfd36ef
merge
hannah-hyj 03c069b
resolve comments
hannah-hyj 0da2339
update
hannah-hyj 06c7e67
Update route_config.dart
hannah-hyj ecbc5f5
update
hannah-hyj 9808f62
Merge branch 'main' of https://github.com/flutter/packages into build…
hannah-hyj 6044e32
Update pubspec.yaml
hannah-hyj 3c2ed3b
lint
hannah-hyj 1e78def
Update stateful_shell_route_example.dart
hannah-hyj eecb67e
Update pubspec.yaml
hannah-hyj 2e63519
Update pubspec.yaml
hannah-hyj cfb1de8
Update stateful_shell_route_example.dart
hannah-hyj 7fa8523
Merge branch 'main' into builder-stateful
hannah-hyj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update route_config.dart
- Loading branch information
commit 06c7e67fa7f9abdae2c6f91032ad646ef8b4ac87
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a default and throws? it will be useful to remind people when they add a new typed route
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done