- Fixed unexpected behavior of dismissing the page when user is scrolling the opposite direction Issue
- Merged Fix mixins of _MultiAxisDismissiblePageState (PR)[#25]
- Fixed main example
- Fixed package title in README.md
- Bumped version
- Nothing special, the formatter, messed up the readme, so I had to update it
- From now on you can use Dismissible page with scrollable content
- Added pub screenshots
- Implemented onDragUpdate
- rootNavigator PR
- Fixed disabled Dismissible
- Improved readme
- Added Multi direction dismiss
- Improved example
- Improved readme
- Removed media from pub
- Merged PR 9
- Added
Property Default transitionDuration Duration(milliseconds: 250) reverseTransitionDuration Duration(milliseconds: 250)
- Added
- Improved Example App
Closed issues:
🔥🚀 Added
Property | Default |
---|---|
dragSensitivity | Duration(milliseconds: 500) |
🔥🚀 Quick fix
🔥🚀 Migrated to Null safety
0.6.1 -14/02/2021 🔥🚀 Added
Property | Default |
---|---|
reverseDuration | Duration(milliseconds: 500) |
🔥🚀 Added
Property | Default |
---|---|
minScale | .85 |
minRadius | 7 |
maxRadius | 30 |
maxTransformValue | .4 |
🔥🚀 Removed unused code Added Demos
🔥🚀 Initial version of package. base functionality works properly