Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Adding scrollphysics #4

Open
Loopex2019 opened this issue Jan 14, 2020 · 5 comments
Open

Adding scrollphysics #4

Loopex2019 opened this issue Jan 14, 2020 · 5 comments

Comments

@Loopex2019
Copy link

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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
Copy link

jtkeyva commented Apr 13, 2022

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

@utpal-barman
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants