住京华

Results 40 comments of 住京华

> > For anyone having the same issue, this workaround fixes navigation the navigation for Flutter 3.24.x : [Milad-Akarie/auto_route_library#2059 (comment)](https://github.com/Milad-Akarie/auto_route_library/issues/2059#issuecomment-2434908775) > > Hi @AlexDochioiu, after i trying your reference but...

> FlutterFragmentActivity Well, it looks like we have different problems. I use getx as a route manager, and the system return button works, but strangely, I can't use popscope to...

> Hi @ZhuJHua, after try and error. i have already work using go router in flutter 3.24.4. And this my case no need using adding parameter in onNavigationNotification. In my...

It seems that you do something before the Get has been created, can you show more code?

> When I open a screen from a push notification and the app is in closed state or the app is in background mode, I get this error. Can you...

In fact, GetX's routes and native routes have no direct relationship. If you want your own routing animation. Just implement `customTransition` in `GetPage`

`goNamed` is used to replace the current route, effectively clearing the existing route stack. On the other hand, `pushNamed` adds a new route to the navigation stack. For instance, if...

I encountered the same problem on a OnePlus device, but the HEIC photos taken with Apple devices do not have this problem. I guess it may be a problem with...

For the first two hints, it seems like just a warning, and may related to the version of flutter. You can try running `flutter clean` and than build again. For...