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?