multi_reorderable 0.0.5
multi_reorderable: ^0.0.5 copied to clipboard
A Flutter package for multi-selection and animated reordering of items.
0.0.1 #
- Initial release
0.0.2 #
- Edits & fixes
0.0.3 #
- Added drop target highlight feature to visually indicate where items can be dropped during reordering.
- Update version to 0.0.3, and enhance theme properties for improved item reordering experience.
0.0.4 #
- Revert withValues back to withOpacity
- Update version to 0.0.4
0.0.5 #
- Added pagination support for loading more items as user scrolls
- Added ability to refresh the widget programmatically from outside using a GlobalKey
- Exposed ReorderableMultiDragListState class to enable external refresh access
- Added new example demonstrating pagination and refresh functionality
- Improved error handling for data loading