Tkko / Flutter_dismissible_page

Flutter page widget that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook and Instagram stories.
https://pub.dev/packages/dismissible_page
MIT License
154 stars 39 forks source link

onDragStart and onDragEnd not work on DismissiblePageDismissDirection.multi #20

Open firstmetcs opened 1 year ago

firstmetcs commented 1 year ago

When the direction param set to DismissiblePageDismissDirection.multi, the onDragStart and onDragEnd does not work.