-
Notifications
You must be signed in to change notification settings - Fork 27.9k
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
[go_router_builder] Cannot handle query parameter when it cannot parse #160894
Open
Labels
found in release: 3.27
Found to occur in 3.27
found in release: 3.28
Found to occur in 3.28
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
p: go_router_builder
The go_router_builder package
package
flutter/packages repository. See also p: labels.
team-go_router
Owned by Go Router team
Comments
Ghi.Man.hinh.2024-12-27.luc.10.55.03.mov |
Reproducible on latest stable and the master channel. logs
flutter doctor -v[✓] Flutter (Channel stable, 3.27.1, on macOS 15.1.1 24B2091 darwin-arm64, locale en-US)
• Flutter version 3.27.1 on channel stable at /Users/mahesh/Development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 17025dd882 (2 days ago), 2024-12-17 03:23:09 +0900
• Engine revision cb4b5fff73
• Dart version 3.6.0
• DevTools version 2.40.2
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/mahesh/Library/Android/sdk
• Platform android-35, build-tools 34.0.0
• ANDROID_HOME = /Users/mahesh/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16A242d
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
[✓] IntelliJ IDEA Community Edition (version 2021.2.1)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 61.2.4
• Dart plugin version 212.5080.8
[✓] VS Code (version 1.94.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.100.0
[✓] Connected device (3 available)
• macOS (desktop) • macos • darwin-arm64 • macOS 15.1.1 24B2091 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.1.1 24B2091 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 128.0.6613.85
[✓] Network resources
• All expected network resources are available.
• No issues found!
|
maheshj01
added
package
flutter/packages repository. See also p: labels.
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
p: go_router_builder
The go_router_builder package
team-go_router
Owned by Go Router team
found in release: 3.27
Found to occur in 3.27
found in release: 3.28
Found to occur in 3.28
and removed
in triage
Presently being triaged by the triage team
labels
Jan 3, 2025
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
found in release: 3.27
Found to occur in 3.27
found in release: 3.28
Found to occur in 3.28
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
p: go_router_builder
The go_router_builder package
package
flutter/packages repository. See also p: labels.
team-go_router
Owned by Go Router team
Steps to reproduce
go_router_builder: ^2.7.1
and run on webExpected results
It should can be handle in errorPageBuilder or must be try cast to avoid error
Actual results
Can not handle error
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Uploading Ghi Màn hình 2024-12-27 lúc 10.55.03.mov…
Logs
Logs
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: