slide_item 1.0.8 copy "slide_item: ^1.0.8" to clipboard
slide_item: ^1.0.8 copied to clipboard

The Flutter ListView's Item sliding component. You don’t need to change the existing code, you only need to wrap the original Widget with two widgets provided by this package

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slide_item

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

dependencies:
  slide_item: ^1.0.8

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_item/slide_item.dart';
3
likes
35
pub points
3%
popularity

Publisher

unverified uploader

The Flutter ListView's Item sliding component. You don’t need to change the existing code, you only need to wrap the original Widget with two widgets provided by this package

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on slide_item