slide_container 1.0.7 copy "slide_container: ^1.0.7" to clipboard
slide_container: ^1.0.7 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.

1.0.7 - 2018-11-29 #

  • Added the SlideContainerController to allow a manual force slide in a given direction.
  • Updated example app to showcase the new SlideContainerController.

1.0.6 - 2018-10-25 #

  • Fixed Flutter analysis warnings.

1.0.5 - 2018-10-25 #

  • Fixed Flutter analysis warnings.

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
23%
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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on slide_container