-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[go _route] fragment parameter added #8232
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
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
cc3ac4f
Previously, users had to manually append fragments
AffanShaikhsurab 7a641b4
extensions.dart file formatted using dart format
AffanShaikhsurab c740df8
Merge branch 'main' into main
AffanShaikhsurab 2a0cf73
Added the the fragment handling to the
AffanShaikhsurab 851905b
Merge branch 'main' of https://github.com/AffanShaikhsurab/packages
AffanShaikhsurab 29d8f6c
Merge branch 'flutter:main' into main
AffanShaikhsurab 3f3adcb
Merge branch 'main' into main
AffanShaikhsurab b4c2efc
Merge branch 'main' into main
AffanShaikhsurab 080a38e
Merge branch 'main' into main
AffanShaikhsurab ebb8cdc
Fix: Include fragment in URI generated by GoRouter
AffanShaikhsurab b6cfe44
Merge branch 'main' of https://github.com/AffanShaikhsurab/packages
AffanShaikhsurab 62b6027
updated changeLog
AffanShaikhsurab b948c71
Fix: Implement fragment-based redirection in GoRouter test
AffanShaikhsurab 58a1b12
Merge branch 'main' into main
AffanShaikhsurab 0816efd
dart format
AffanShaikhsurab 32555fc
Merge branch 'main' of https://github.com/AffanShaikhsurab/packages
AffanShaikhsurab 0fee133
added anotation
AffanShaikhsurab 8dec200
Merge branch 'main' into main
AffanShaikhsurab ea4d752
Merge branch 'main' into main
AffanShaikhsurab 362e23e
Merge branch 'main' into main
AffanShaikhsurab fcb1b91
Merge branch 'main' into main
AffanShaikhsurab 1bcd8b3
Merge branch 'main' into main
AffanShaikhsurab 0b507b0
Merge branch 'main' into main
AffanShaikhsurab 6651f6c
Refactor: Update `namedLocation` method to include `fragment` parameter
AffanShaikhsurab 1ef08a4
Merge branch 'main' of https://github.com/AffanShaikhsurab/packages
AffanShaikhsurab b6546a4
Delete packages/go_router/log.txt
AffanShaikhsurab aed6d08
Merge branch 'main' into main
AffanShaikhsurab a45bb0d
Merge branch 'main' into main
AffanShaikhsurab feae635
Merge branch 'main' into main
AffanShaikhsurab 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 14.7.0 | ||
|
||
- Adds fragment support to GoRouter, enabling direct specification and automatic handling of fragments in routes. | ||
|
||
## 14.6.4 | ||
|
||
- Rephrases readme. | ||
|
@@ -7,6 +11,7 @@ | |
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. | ||
- Updates readme. | ||
|
||
|
||
## 14.6.2 | ||
|
||
- Replaces deprecated collection method usage. | ||
|
@@ -23,7 +28,6 @@ | |
|
||
- Adds preload support to StatefulShellRoute, configurable via `preload` parameter on StatefulShellBranch. | ||
|
||
|
||
## 14.4.1 | ||
|
||
- Adds `missing_code_block_language_in_doc_comment` lint. | ||
|
@@ -42,7 +46,7 @@ | |
|
||
## 14.2.8 | ||
|
||
- Updated custom_stateful_shell_route example to better support swiping in TabView as well as demonstration of the use of PageView. | ||
- Updated custom_stateful_shell_route example to better support swiping in TabView as well as demonstration of the use of PageView. | ||
|
||
## 14.2.7 | ||
|
||
|
@@ -1146,3 +1150,4 @@ | |
## 0.1.0 | ||
|
||
- squatting on the package name (I'm not too proud to admit it) | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. additional line? |
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
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.
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.
additional line?