dismissible_page 0.6.4 dismissible_page: ^0.6.4 copied to clipboard
Creates page that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook, Instagram stories.
0.6.4 -10/27/2021 #
Closed issues:
- [Disabled background] (https://github.com/Tkko/Flutter_dismissible_page/issues/5#issue-964593191)
- Animation speed
🔥🚀 Added
Property | Default |
---|---|
dragSensitivity | Duration(milliseconds: 500) |
0.6.3 -05/29/2021 #
🔥🚀 Quick fix
0.6.2 -05/29/2021 #
🔥🚀 Migrated to Null safety
0.6.1 -02/14/2021 🔥🚀 Added
Property | Default |
---|---|
reverseDuration | Duration(milliseconds: 500) |
0.6.0 -02/14/2021 #
🔥🚀 Added
Property | Default |
---|---|
minScale | .85 |
minRadius | 7 |
maxRadius | 30 |
maxTransformValue | .4 |
0.5.5 -02/14/2021 #
🔥🚀 Removed unused code Added Demos
0.5.0 -02/14/2021 #
🔥🚀 Initial version of package. base functionality works properly