- Removed deprecated
pedantic
dependency (in favor offlutter_lints
).
- Migrated the package to null safety.
- Provided custom classes for left and right blockage to avoid issues with [scrollable.dart] optimizations.
- Fixed issue with overscroll.
- Introduced a breaking change as allowRecovery is not already supported.
- Fixed image reduction for pub.dev.
- Reduced image size in readme.
- Fixed link to images in readme.
- Fixed errors in overscroll calculation when movement is too fast.
- 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.
- Relying on the ScrollPhysics parent class.
- Fixed right logic
- Added pedantic analysis options.
- Initial release.