Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 698 Bytes

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 698 Bytes

[0.2.1]

  • Upgraded to Dart 3

[0.2.0]

  • Migrated to null safety

[0.1.6]

  • Migrated to AndroidX

[0.1.5]

  • Fixed potential null swipeOffset issue

[0.1.4]

  • Added onTap
  • Added onDoubleTap
  • Added onLongPress
  • Updated dependencies

[0.1.3]

  • Added non-distinct continuous detection behavior
  • Fixed minor issue with previousDirection
  • Improved names of SwipeDetectionBehavior enum values

[0.1.2]

  • Added continuous detection behavior
  • Merged swipe callbacks
  • Added SwipeDirection enum
  • Updated example project

[0.1.1]

  • Added documentation

[0.1.0] - Initial release

  • Added easy to use swipe gesture (both vertical and horizontal)
  • Example included