Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

97 lines (69 loc) · 2.18 KB

1.0.3

  • Fixed unexpected behavior of dismissing the page when user is scrolling the opposite direction Issue

1.0.2

  • Merged Fix mixins of _MultiAxisDismissiblePageState (PR)[#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

0.7.2

  • rootNavigator PR

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)
  • 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