Bui Dai Duong
Bui Dai Duong
I'm using go_router and facing the same issue. I'm using a global variable, so it is the same object. Devtools throws all previous screen states :( So frustrating when using...
Any update?
Any updates?
You can implement CircleListWheelChildLoopingListDelegate and you get infinity scroll: class CircleListWheelChildLoopingListDelegate extends CircleListChildDelegate { /// Constructs the delegate from a concrete list of children. CircleListWheelChildLoopingListDelegate({@required this.children}) : assert(children != null);...
I'm using `Theme.of` is also causes this issue
Some how rebuild entire widget tree is causing it
This will fix this issue #168. For the time waiting until it's merged you can use my clone directly. ```pubspec telephony: git: url: https://github.com/definev/Telephony.git ref: develop ```
How to run in mac M1? Did anyone try it?
How to integrate `CupertinoSheetRoute` with go_router? I wrapped it to `Page` but it throw `'package:flutter/src/widgets/navigator.dart': Failed assertion: line 3110 pos 15: '!pageBased || route.settings is Page': is not true.` ```dart...
I think i can do it :-) But i don’t know the process yet. Do i need to write any test for the new shape implementation?