We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.3.1
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.6.1 23G93 darwin-arm64, locale en-RO) • Flutter version 3.24.3 on channel stable at /Users/danut007ro/Dev/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 2663184aa7 (5 weeks ago), 2024-09-11 16:27:48 -0500 • Engine revision 36335019a8 • Dart version 3.5.3 • DevTools version 2.37.3 [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/danut007ro/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • Java binary at: /Users/danut007ro/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11) • 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.15.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2024.2) • Android Studio at /Users/danut007ro/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 21.0.3+-79915917-b509.11) [✓] VS Code (version 1.91.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [✓] Connected device (4 available) • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 13 (API 33) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 14.6.1 23G93 darwin-arm64 • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 14.6.1 23G93 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 129.0.6668.91 [✓] Network resources • All expected network resources are available. • No issues found!
Android
When using go_router and switching tabs I see no page transition animation. Is this expected?
I'm using https://github.com/jb3rndt/PersistentBottomNavBarV2/blob/master/example/lib/go_router_example.dart
No response
The text was updated successfully, but these errors were encountered:
Hi, I have not tried it out but I think in the StatefulShellRoute.indexedStack, you would need to adjust the GoRoute of each of your
StatefulShellRoute.indexedStack
GoRoute
StatefulShellBranch( routes: <RouteBase>[ GoRoute( path: "settings", builder: (context, state) => const MainScreen( useRouter: true, ), routes: [subRoutes], ), ], ),
according to this: https://pub.dev/documentation/go_router/latest/topics/Transition%20animations-topic.html
Sorry, something went wrong.
@jb3rndt Hi, I face same issue with StatefulShellRoute.indexedStack even custom animation with pageBuilder
Can you post the code you are using?
No branches or pull requests
Version
5.3.1
Flutter Doctor Output
What platforms are you seeing the problem on?
Android
What happened?
When using go_router and switching tabs I see no page transition animation. Is this expected?
Steps to reproduce
Code to reproduce the problem
Relevant log output
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: