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

outdated

The Flutter ListView's Item sliding component. You do n’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.3

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
0
pub points
43%
popularity

Publisher

unverified uploader

The Flutter ListView's Item sliding component. You do n’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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on slide_item