Circle/wheel ScrollView in Flutter

Viewed 687

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.

0 Answers
Related