Bui Dai Duong

Results 8 comments of Bui Dai Duong
trafficstars

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...

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);...

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?