slide_container 1.0.4 copy "slide_container: ^1.0.4" to clipboard
slide_container: ^1.0.4 copied to clipboard

outdated

A container that can be slid vertically and horizontally with a smooth dampened motion. Offers a handful of callbacks for customization and handles both drag distance and velocity to validate swipe gestures.

1.0.4 - 2018-10-25 #

  • Added onSlideValidated and onSlideUnvalidated callbacks.

1.0.3 - 2018-10-10 #

  • 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.

1.0.2 - 2018-10-09 #

  • Updated README.

1.0.1 - 2018-10-06 #

  • Added support for horizontal sliding.
  • Breaking change
    • Renamed class VerticalSlideContainer to SlideContainer
    • Renamed enum VerticalSlideContainerDirection to SlideContainerDirection and changed its values.

1.0.0 - 2018-10-05 #

  • Initial release.
28
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A container that can be slid vertically and horizontally with a smooth dampened motion. Offers a handful of callbacks for customization and handles both drag distance and velocity to validate swipe gestures.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on slide_container