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

Add unit tests with 100% line coverage #16

Closed jushutch closed 2 years ago

jushutch commented 2 years ago

Wrote unit tests for swiping_gesture_detector.dart. Verifies swipe thresholds, minimum swipe velocities, and the spring back to deck animation.

Resolves #10.