Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean Up and Migration to PanUpdate #31

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jbryanh
Copy link

@jbryanh jbryanh commented Jan 10, 2024

Because of only using onVerticalDragUpdate, when a user would tap down and drag horizontally, the list would lock up.
Using onPan instead of vertical/horizontal is preferred. Also updated a dependency centered the list.

Note: Centering might not be preferred, I am fine to remove that, or perhaps preferably add as a toggle, I just doubt anyone is maintaining this to accept the pull, so I left it in for now.

jbryanh added 3 commits May 24, 2023 20:23
left padding aligns with widget but disallows any width restrictions of parent widget because calculates off Screen.
Because the updates were limited to onVerticalDragUpdate, the list could lock up when a user tapped down and started to drag horizontally.  So onPanUpdate is preferred.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant