'Circle/wheel ScrollView in Flutter

I'm having a hard time finding a widget I need in Flutter, which I thought wouldn't be that rare. What I'm looking fore is something very similar to this:

enter image description here

Which is available at pub.dev, but doesn't have the flexibility I'm looking for.

Ideally, the widget I'm looking for wouldn't end like this one (when you keep scrolling it would go back to the first element). Also, I intend on stacking concentric wheel ScrollViews with different diameters.



Solution 1:[1]

CircleListScrollView https://api.flutter.dev/flutter/widgets/ListWheelScrollView-class.html it can solve your pb. BR

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user5825224