horizontal_blocked_scroll_physics 2.0.0
horizontal_blocked_scroll_physics: ^2.0.0 copied to clipboard
A ScrollPhysics class that blocks movement in the horizontal axis.
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.