circle_wheel_scroll icon indicating copy to clipboard operation
circle_wheel_scroll copied to clipboard

Circle wheel scroll view for flutter

Results 16 circle_wheel_scroll issues
Sort by recently updated
recently updated
newest added

Error (Xcode): ../../../.pub-cache/hosted/pub.dev/circle_wheel_scroll-0.0.3/lib/circle_wheel_render.dart:720:18: Error: The method 'RenderCircleListViewport.getOffsetToReveal' has fewer named arguments than those of overridden method 'RenderAbstractViewport.getOffsetToReveal'. Could not build the application for the simulator. Error launching application on iPhone...

Greetings, I have tried to wrap the children of CircleListScrollView widget with GestureDetector and FlatButton to execute onTap or onPressed callbacks but none of them is getting called. Also I...

Fixes few issues in specific cases with initializing the list view (null exceptions) with underlying RenderListWheelViewport. From pull request [#96102](https://github.com/flutter/flutter/pull/96102).

I basically just updated the dependencies for the package and ran it through the migration tool. There was some kind of hiccup with the widget test in the example folder,...

How to show one circle at a time its moving too fast??? Speed make it slow??

I would like to have more than one CircleWheelScrollView, and have them concentric but with different diameters. Thank you in advance for any help provided.