flutter_reorderable_list 0.1.1 flutter_reorderable_list: ^0.1.1 copied to clipboard
A new Flutter package project.
Reorderable List in Flutter #
iOS-like proof of concept reorderable list with animations
Preview #
Getting Started #
See example/lib/main.dart
for example usage
Highlights #
- Smooth reordering animations
- Supports large lists (thousands of items)
- Supports different item heights
Caveats #
There are no API stability guarantees.
If you used previous version of reorderable list keep in mind that ReorderableListener
now needs to be placed somewhere in ReorderableItem
hierarchy in order to detect touch and trigger actual reordering (see the example).