asjqkkkk / circle_list

A new Flutter package for circle list.
Other
37 stars 13 forks source link

Adding scrollphysics #4

Open Loopex2019 opened 4 years ago

Loopex2019 commented 4 years ago

Hi thanks for this package i was searching for something like that. I've got an issue and that is the way this list scrolls is not really effective for the user , because it doesn't stop a list item at the top at it's index , (something like the carousel slider) . Now can you create a parameter which takes a ScollPhysics class and apply it to the list ?

asjqkkkk commented 4 years ago

this package is not a real list, it was made of Stack.😂 you can try this package : https://pub.flutter-io.cn/packages/circle_wheel_scroll maybe it will help you

Loopex2019 commented 4 years ago

Hi since it is a stack this means that i can add The CircleWheel Widget or even a normal listview on top of the circle list widget . Can you please provide an example of that ?

asjqkkkk commented 4 years ago

For the circle list implemented using stack, there is actually no concept of top widget。 but you can change initialAngle to make a widget show on top

jtkeyva commented 2 years ago

circle_wheel_scroll has not been updated for 3 years and is not null safety. any ideas?

utpal-barman commented 2 years ago

A workaround for now is to wrap with IgnorePointer() to stop scrolling