Skip to main content
0 votes
0 answers
65 views

I’m trying to use relative routing in GoRouter, but I’m running into a confusing issue. Here is my code: final GoRouter routerConfig = GoRouter( initialLocation: '/', routes: [ GoRoute(path: '...
haizhih's user avatar
  • 109
0 votes
0 answers
58 views

I have been trying for quite a while to implement an animation similar to the Cupertino transition. I almost managed to create a parallax effect, but because the Hero animations refuse to work at all, ...
Maksim Sinitsyn's user avatar
0 votes
0 answers
70 views

I’m using GoRouter with StatefulShellRoute and a custom bottom navigation bar in my Flutter app. When I navigate between tabs, the initState() of my HomeScreen does not get called again when I return ...
Akhil George's user avatar
  • 1,003
0 votes
0 answers
59 views

In the mobile application I developed with Flutter, I go to different screens from the home page. Then, when I go back to the home page, I need to dispose some providers. In the project, I am using a ...
AdylshaY's user avatar
0 votes
0 answers
30 views

I’m using GoRouter and a global NavigatorKey. Sometimes, I see crashes in production logs where rootNavigatorKey.currentContext is null inside didChangeAppLifecycleState on both Android and iOS. I can’...
Linh's user avatar
  • 61.3k
0 votes
1 answer
67 views

GoRouter is complaining that I'm using a parameterized route as the default location, but I'm not. The default location of a StatefulShellBranch cannot be a parameterized route 'package:go_router/src/...
Chris B.'s user avatar
  • 91.2k
0 votes
2 answers
79 views

I'm new to Flutter and Dart. I'm using GoRouter and StatefulShellRoute (from https://codewithandrea.com/articles/flutter-bottom-navigation-bar-nested-routes-gorouter/) for a nested navigation using a ...
user1094553's user avatar
0 votes
0 answers
51 views

I have implemented deepLink on flutter with go_router package. Everything works fine on mobile app but when I try to open a link on the web using for example a QR code this does not work and I get ...
Alfredo Salvati's user avatar

15 30 50 per page
1
2 3 4 5
34