Oscar Tigreros

Results 30 comments of Oscar Tigreros

this work for me https://github.com/daimajia/AndroidSwipeLayout/issues/412#issuecomment-398475255

any updates on this?

on debug works perfect, but when I use the app on the playstore fails, I check the key by using http request, I put the part on the builder and...

the thum can be created like the code below the `child `can be anything ``` handler: FlutterSliderHandler( decoration: BoxDecoration(shape: BoxShape.circle), child: Material( type: MaterialType.circle, color: Color(0xFF009BB6), elevation: 3, child: Container(...

I have sometimes the same bug, pass for onDragStarted and for onDragging but not on onDragCompleted

I recently spot the same issue and to add more info using a AutoRouterObserver I notice that when you press the back button on the browser, the observer identify that...

Also with the same experiment I spot that the `previousRoute` on `didPush(Route route, Route? previousRoute)` is always null on back on push or on forward

same here we only got the issue while using `dio_cache_interceptor` and also is always ![image](https://github.com/isar/hive/assets/9093952/84a34f46-8e97-4d48-bc5b-7ea8f3c86994) dio_cache_interceptor_hive_store.dart

I have the same issue I have 3 **HiveType** 1, 2 and 3 with their adapters type 2 contain one type 1 when I save one type 2 and restart...