sortable_list 1.0.0 copy "sortable_list: ^1.0.0" to clipboard
sortable_list: ^1.0.0 copied to clipboard

Flutter list widget that allows to drag and drop items and define custom drag handle widget. Inspired by drag_list package (discontinued).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sortable_list

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

dependencies:
  sortable_list: ^1.0.0

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:sortable_list/sortable_list.dart';
3
likes
110
pub points
57%
popularity

Publisher

unverified uploader

Flutter list widget that allows to drag and drop items and define custom drag handle widget. Inspired by drag_list package (discontinued).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, flutter

More

Packages that depend on sortable_list