drag_selectable_listview 1.0.1
drag_selectable_listview: ^1.0.1 copied to clipboard
A Flutter ListView that supports drag-to-select multiple items with customizable selection UI and smooth interaction.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add drag_selectable_listviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
drag_selectable_listview: ^1.0.1Alternatively, 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:drag_selectable_listview/drag_selectable_listview.dart';