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

a flutter list view which can drag & move item to change order.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draggable_flutter_list

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

dependencies:
  draggable_flutter_list: ^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:draggable_flutter_list/draggable_flutter_list.dart';
11
likes
40
pub points
35%
popularity

Publisher

unverified uploader

a flutter list view which can drag & move item to change order.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on draggable_flutter_list