Flutter page widget that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook and Instagram stories.
154
stars
39
forks
source link
onDragStart and onDragEnd not work on DismissiblePageDismissDirection.multi #20
Open
firstmetcs opened 1 year ago
When the
direction
param set toDismissiblePageDismissDirection.multi
, theonDragStart
andonDragEnd
does not work.