Andrey Gordeev
Andrey Gordeev
Hi @dam-ease ! I'm probably missing something. What is the default value for the onPressedProperty if it's not null? Here's the source code of Flutter 3.7:
This happens on hive 2.2.3 too. I experience this on mobile Safari so far.
I use `go_router` with generator. `sheet` works well in my case: ```dart class NewDrugRoute extends GoRouteData { const NewDrugRoute(); @override Page buildPage(BuildContext context, GoRouterState state) => MaterialExtendedPage( key: state.pageKey, fullscreenDialog:...
Thanks for your reply, Peter. >This may be because your only caching top level objects. Yes, that's how I do. >It sounds like you want cache consistency which isn't free...
@arnauddorgans is it possible to install only Firestore and Auth with Carhage?
Unfortunately, this issue still persists :(
@yunnnyunnn Thanks, your workaround works fine!
Works fine if I change `GetMaterialApp.router` to `GetMaterialApp`.
@NicosKaralis thanks for your PR! I was struggling with this bug and found this issue. It helped.
This project doesn't seem to be maintained anymore.