Uh oh!
There was an error while loading. Please reload this page.
[go_router]: fix GoRouter.optionURLReflectsImperativeAPIs flag works with new imperative APIs - #6236
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
anisovdev
commented
Mar 6, 2024
@chunhtai |
anisovdev
commented
Mar 11, 2024
@Hangyujin |
anisovdev
commented
Mar 15, 2024
@polina-c mb you can help with review this PR? |
polina-c
commented
Mar 15, 2024
@Hangyujin seems to be better person to review this |
Hi, this PR looks good to me, thank you for fixing this issue introduced by 13.0.0. @johnpryan Hi John, can you take a second look at this pr since chun-heng is on vacation? This pr fixes an issue that is introduced by go_router 13.0.0 because 13.0.0 refactored RouteMatchList to be a tree structure. |
@anisovdev Can you bump the version to 13.2.2 and also update pubspec.yaml? |
| - Updates minimum supported SDK version to Flutter 3.16/Dart 3.2. | ||
| - Fixes memory leaks. | ||
| - GoRouter.optionURLReflectsImperativeAPIs now works correctly with new imperative APIs |
There was a problem hiding this comment.
Nit: This description sounds like you changed the "optionURLReflectsImperativeAPIs" flag. You can update the description like "Fixes restoreRouteInformation issue when GoRouter.optionURLReflectsImperativeAPIs is true and the last match is ShellRouteMatch"
cleanup CHANGELOG.md
anisovdev
commented
Mar 16, 2024
@Hangyujin |
auto label is removed for flutter/packages/6236, due to This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.
|
hannah-hyj
commented
Mar 20, 2024
@johnpryan Hi John, can you take a second look at this pr since chun-heng is on vacation? This pr fixes an issue that is introduced by go_router 13.0.0 because 13.0.0 refactored RouteMatchList to be a tree structure. |
anisovdev
commented
Mar 27, 2024
@johnpryan Review please this Pull Request |
@Hangyujin now this PR has two review |
…g works with new imperative APIs (flutter/packages#6236)
…g works with new imperative APIs (flutter/packages#6236)
flutter/packages@924c7e6...51faaa1 2024-03-29 krupikivan@gmail.com [shared_preferences] Update mockito to the new version available 5.2.0 (flutter/packages#6332) 2024-03-29 engine-flutter-autoroll@skia.org Manual roll Flutter (stable) from 68bfaea to 300451a (2 revisions) (flutter/packages#6433) 2024-03-28 49699333+dependabot[bot]@users.noreply.github.com [image_picker]: Bump androidx.exifinterface:exifinterface from 1.3.6 to 1.3.7 in /packages/image_picker/image_picker_android/android (flutter/packages#5705) 2024-03-28 engine-flutter-autoroll@skia.org Manual roll Flutter from dbdcead to 89ea492 (54 revisions) (flutter/packages#6431) 2024-03-28 ditman@gmail.com [ci] Adds sleep 60s to release action. (flutter/packages#6405) 2024-03-28 112062427+anisovdev@users.noreply.github.com [go_router]: fix GoRouter.optionURLReflectsImperativeAPIs flag works with new imperative APIs (flutter/packages#6236) 2024-03-28 10687576+bparrishMines@users.noreply.github.com [interactive_media_ads] Reland "Creates and adds the interactive_media_ads plugin #6060" (flutter/packages#6425) 2024-03-28 ditman@gmail.com [google_sign_in_ios] Pins GoogleSignIn to 7.0.0 in podspec. (flutter/packages#6430) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…with new imperative APIs (flutter#6236) After 13.0.0 release of go_router package `GoRouter.optionURLReflectsImperativeAPIs` is not working correct. Isn't correct = url in browser doesn't updates after push, example you can see in new test, or in linked issue [List which issues are fixed by this PR. You must list at least one issue.](flutter/flutter#142053)
…with new imperative APIs (flutter#6236) After 13.0.0 release of go_router package `GoRouter.optionURLReflectsImperativeAPIs` is not working correct. Isn't correct = url in browser doesn't updates after push, example you can see in new test, or in linked issue [List which issues are fixed by this PR. You must list at least one issue.](flutter/flutter#142053)
After 13.0.0 release of go_router package
GoRouter.optionURLReflectsImperativeAPIsis not working correct.Isn't correct = url in browser doesn't updates after push, example you can see in new test, or in linked issue
List which issues are fixed by this PR. You must list at least one issue.
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.