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

A container that can be slid vertically and horizontally with a smooth dampened motion. Offers a handful of callbacks for customization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slide_container
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  slide_container: ^1.1.3
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:slide_container/slide_container.dart';
copied to clipboard
28
likes
30
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.11 - 2025.03.26

A container that can be slid vertically and horizontally with a smooth dampened motion. Offers a handful of callbacks for customization.

Repository (GitHub)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on slide_container