I have tried several packages and found the following package fulfilling the purpose to some extent. https://pub.dev/packages/circle_list
One requirement missing in this package is the click-on icon and icon rotating in the center.
I have tried several packages and found the following package fulfilling the purpose to some extent. https://pub.dev/packages/circle_list
One requirement missing in this package is the click-on icon and icon rotating in the center.
2
Answers
I figured it out. With
RotateMode.stopRotate
everything is working as you wanted it to be, but if you plan to allow the user to rotate it, then the order of elements (indexes) becomes messed up, so in that case, you’ll need to figure out how to track the latest position of the first element to know where the start is and where it should go (and I’m not sure if it’s even possible with this package).Source Code
You can see Result in attached video