dismissible_page 1.0.2 
dismissible_page: ^1.0.2 copied to clipboard
Flutter widget that allows you to dismiss page to any direction, forget the boring back button and plain transitions..
1.0.2 #
- Merged Fix mixins of _MultiAxisDismissiblePageState (PR)[https://github.com/Tkko/Flutter_dismissible_page/pull/25]
 - Fixed main example
 - Fixed package title in README.md
 - Bumped version
 
1.0.1 #
- Nothing special, the formatter, messed up the readme, so I had to update it
 
1.0.0 #
- From now on you can use Dismissible page with scrollable content
 - Added pub screenshots
 
0.7.3 #
- Implemented onDragUpdate
 
0.7.1 #
- Fixed disabled Dismissible
 - Improved readme
 
0.7.0 -02/03/2022 #
- Added Multi direction dismiss
 - Improved example
 - Improved readme
 
0.6.5 -19/02/2022 #
- Removed media from pub
 - Merged PR 9
- Added
Property Default transitionDuration Duration(milliseconds: 250) reverseTransitionDuration Duration(milliseconds: 250)  
 - Added
 - Improved Example App
 
0.6.4 -27/10/2021 #
Closed issues:
π₯π Added
| Property | Default | 
|---|---|
| dragSensitivity | Duration(milliseconds: 500) | 
0.6.3 -29/05/2021 #
π₯π Quick fix
0.6.2 -29/05/2021 #
π₯π Migrated to Null safety
0.6.1 -14/02/2021 π₯π Added
| Property | Default | 
|---|---|
| reverseDuration | Duration(milliseconds: 500) | 
0.6.0 -14/02/2021 #
π₯π Added
| Property | Default | 
|---|---|
| minScale | .85 | 
| minRadius | 7 | 
| maxRadius | 30 | 
| maxTransformValue | .4 | 
0.5.5 -14/02/2021 #
π₯π Removed unused code Added Demos
0.5.0 -14/02/2021 #
π₯π Initial version of package. base functionality works properly
