horizontal_blocked_scroll_physics 4.0.1 horizontal_blocked_scroll_physics: ^4.0.1 copied to clipboard
A ScrollPhysics class that blocks movement in the horizontal axis.
[4.0.1] - 2022-03-07 #
- Removed deprecated
pedantic
dependency (in favor offlutter_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.