- Upgraded to Dart 3
- Migrated to null safety
- Migrated to AndroidX
- Fixed potential null swipeOffset issue
- Added onTap
- Added onDoubleTap
- Added onLongPress
- Updated dependencies
- Added non-distinct continuous detection behavior
- Fixed minor issue with previousDirection
- Improved names of
SwipeDetectionBehavior
enum values
- Added continuous detection behavior
- Merged swipe callbacks
- Added
SwipeDirection
enum - Updated example project
- Added documentation
- Added easy to use swipe gesture (both vertical and horizontal)
- Example included