chore: null safety + chore: support for Flutter 3 + feature: callbacks
Open
simplenotezy
opened this issue 2 years ago
•
0 comments
- feature: added
direction prop that allows restricting the swipe to a specific direction
- feature: adds
onPastThreshold, onPastThresholdStart, onPastThresholdReleased and onPastThresholdEnd callbacks
- feature: adds callbacks from https://github.com/johnpryan/swipeable/pull/4
- chore: null safety (https://github.com/johnpryan/swipeable/pull/4)
- chore: support for Flutter 3
- chore: ensured Example works with nullsafety and flutter 3