Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 1.07 KB

[4.0.1] - 2022-03-07

  • Removed deprecated pedantic dependency (in favor of flutter_lints).

[4.0.0] - 2021-05-31

  • Migrated the package to null safety.

[3.0.0] - 2020-05-26

  • Provided custom classes for left and right blockage to avoid issues with [scrollable.dart] optimizations.

[2.0.0] - 2020-05-26

  • Fixed issue with overscroll.
  • Introduced a breaking change as allowRecovery is not already supported.

[1.1.4] - 2020-05-22

  • Fixed image reduction for pub.dev.

[1.1.3] - 2020-05-22

  • Reduced image size in readme.

[1.1.2] - 2020-05-22

  • Fixed link to images in readme.

[1.1.1] - 2020-05-22

  • Fixed errors in overscroll calculation when movement is too fast.

[1.1.0] - 2020-05-18

  • Improved the blocking movement. Now it allows the view to recover in case the swipe movement is not fully completed.
  • Fixed the way to detect horizontal movement.

[1.0.2] - 2020-05-15

  • Relying on the ScrollPhysics parent class.
  • Fixed right logic

[1.0.1] - 2020-05-14

  • Added pedantic analysis options.

[1.0.0] - 2020-05-13

  • Initial release.