-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[go_router_builder] Add support for relative routes #8476
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
Closed
Closed
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
37be48c
- Adds `GoRouter.goRelative`
ThangVuNguyenViet f8061ce
add go_relative example for go_router
ThangVuNguyenViet 8a77147
add go_relative_test for the example
ThangVuNguyenViet 61127f3
fix failed test
ThangVuNguyenViet 687b332
replace goRelative with go('./$path')
ThangVuNguyenViet cca1454
Commit missing files during merge
ThangVuNguyenViet 975128b
update changelog & version
ThangVuNguyenViet 6d90488
Prevent concatenateUris from adding trailing redundant '?'. Add test …
ThangVuNguyenViet ccb38f9
Add more `concatenateUris` test. Fix joining params
ThangVuNguyenViet 80d85d6
update example description
ThangVuNguyenViet a09aa94
Make concatenateUris not merging parameters, only take them from chil…
ThangVuNguyenViet a174cbe
Add GoRelativeRouteConfig
ThangVuNguyenViet 4cb0334
Add test, examples and example tests for go_router_builder. Temporari…
ThangVuNguyenViet ceaa318
Add relativeLocation, push, pushReplacement & replace to the Relative…
ThangVuNguyenViet d3b5355
Merge branch 'flutter-main'
ThangVuNguyenViet 07b4a23
update go_router package dependency
ThangVuNguyenViet 6008b8b
Fix merge issues
ThangVuNguyenViet d2fbc0e
temporarily add dependency_override
ThangVuNguyenViet 8b5fb4d
change relative route actions to have suffix `Relative`
ThangVuNguyenViet 02c3d7b
Fix example
ThangVuNguyenViet 72c06de
Update go_relative test
ThangVuNguyenViet edef7a5
Merge branch 'main' of github.com:flutter/packages
ThangVuNguyenViet 5474303
fix generated file
ThangVuNguyenViet dbf7f9d
Fix failed test due to generated files
ThangVuNguyenViet 37c5490
Merge branch 'main' of github.com:flutter/packages
ThangVuNguyenViet 868a2d5
Merge branch 'main' of github.com:flutter/packages
ThangVuNguyenViet 232dc7d
Merge branch 'main' of github.com:flutter/packages
ThangVuNguyenViet 1d5ad11
Merge branch 'main' of github.com:flutter/packages
ThangVuNguyenViet f899939
Remove GoRouteData routing methods. Update TypedRelativeGoRoute gener…
ThangVuNguyenViet 92f6cac
remove overrides on other tests
ThangVuNguyenViet f98505e
make sure relative go route generated code resembles typed go route a…
ThangVuNguyenViet 20fd5d6
update changelog
ThangVuNguyenViet 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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.