swipeable icon indicating copy to clipboard operation
swipeable copied to clipboard

chore: null safety + chore: support for Flutter 3 + feature: callbacks

Open simplenotezy opened this issue 1 year 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

simplenotezy avatar Jun 24 '23 11:06 simplenotezy