multi_slidable_listview 0.0.3 copy "multi_slidable_listview: ^0.0.3" to clipboard
multi_slidable_listview: ^0.0.3 copied to clipboard

A Flutter widget that enables multi-item slide actions in a ListView, allowing users to swipe and dismiss multiple items at once with customizable actions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_slidable_listview

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

dependencies:
  multi_slidable_listview: ^0.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:multi_slidable_listview/multi_slidable_listview.dart';
5
likes
150
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that enables multi-item slide actions in a ListView, allowing users to swipe and dismiss multiple items at once with customizable actions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on multi_slidable_listview