slide_item 1.0.3-adapt copy "slide_item: ^1.0.3-adapt" to clipboard
slide_item: ^1.0.3-adapt 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-adapt

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
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

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