Skip to content

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