multi_slidable_listview 0.0.3
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_listviewThis 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.3Alternatively, 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';