-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Return value when pop #3368
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
auto-submit
merged 23 commits into
flutter:main
from
NazarenoCavazzon:feat/return-value-when-pop
Mar 23, 2023
Merged
Return value when pop #3368
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f74ad0d
Return value when pop
NazarenoCavazzon 72db2d6
Merge branch 'main' into feat/return-value-when-pop
NazarenoCavazzon ba08b81
Fixes
NazarenoCavazzon 845dfbd
Removed unnecessary completer
NazarenoCavazzon 0105de8
removed addPostFrameCallback from docs
NazarenoCavazzon 4a6352c
Moved implementation to ImperativeRouteMatch
NazarenoCavazzon ecee639
Documented complete() method
NazarenoCavazzon 98e1216
Changes
NazarenoCavazzon 1b5e37b
Update delegate.dart
NazarenoCavazzon b734714
Update go_router_test.dart
NazarenoCavazzon ba99cc5
Merge branch 'main' into feat/return-value-when-pop
NazarenoCavazzon 9b556a3
Last fixes
NazarenoCavazzon 8d34c15
Update match.dart
NazarenoCavazzon 0f0eafc
Update packages/go_router/CHANGELOG.md
NazarenoCavazzon 77f6ab9
Merge branch 'main' into feat/return-value-when-pop
NazarenoCavazzon 251966a
Merge branch 'main' into feat/return-value-when-pop
NazarenoCavazzon ed87847
Merge branch 'main' into feat/return-value-when-pop
NazarenoCavazzon 1661569
Merge branch 'main' into feat/return-value-when-pop
NazarenoCavazzon c3ed204
Update version to 6.5.0
NazarenoCavazzon 02a4f5c
Updated from main
NazarenoCavazzon a44a5cc
Merge branch 'main' into feat/return-value-when-pop
NazarenoCavazzon 801c7c6
Type annotations
NazarenoCavazzon 5d88336
Update router.dart
NazarenoCavazzon 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
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
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.
Please publish a new version
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.
Updated to 6.5.0
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.
It looks like the conflict is back :(
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.
Yep, I'm resolving them rn
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.
Everything is a mess hahahaha, I'll rebase it to main and made the implementation again 🙃
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.
@chunhtai now there shouldn't be any more conflicts