- Added the SlideContainerController to allow a manual force slide in a given direction.
- Updated example app to showcase the new SlideContainerController.
- Fixed Flutter analysis warnings.
- Fixed Flutter analysis warnings.
- Added onSlideValidated and onSlideUnvalidated callbacks.
- Improved logic to reduce nested GestureDetector conflicts. Now if the container as been slid to its max extent in one direction, trying to slid it more in this direction will not count as a gesture, thus allowing other GestureDetectors to get and handle the event.
- Updated README.
- Added support for horizontal sliding.
- Breaking change
- Renamed class
VerticalSlideContainer
toSlideContainer
- Renamed enum
VerticalSlideContainerDirection
toSlideContainerDirection
and changed its values.
- Renamed class
- Initial release.