Andrey Gordeev

Results 58 comments of 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?

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.