jushutch / swiping_card_deck

A widget for swiping through a deck of cards with gestures or buttons.
https://pub.dev/packages/swiping_card_deck
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Remove screenSize parameter from swipe hooks #11

Closed jushutch closed 3 years ago

jushutch commented 3 years ago

Use a late initialized variable for the screenSize instead of passing it as a parameter to swipeLeft() and swipeRight(). Simplifies API interface and decreases complexity.