selectable_draggable_listbox 0.0.6
selectable_draggable_listbox: ^0.0.6 copied to clipboard
Listbox with multiselect, drag & drop between lists, and reorder built in.
0.0.6 #
- TBD
0.0.5 #
- Fixes issue where debug messages are printed even if enableDebug is false
- Allows for a ScrollController to be passed in to allow for manipulating the scrollbar programmatically
0.0.4 #
- Fixes issue #1 - quickly dragging another unselected item dragged old one instead
- Allows for transforming data to drag between lists of different types
0.0.3 #
- Fixes some documentation and improves examples
0.0.2 #
- Updates to LICENSE and fixes README images
0.0.1 #
- First release with the following features:
- Custom list item template
- Multiselect
- Single select
- Reorder
- Drag & Drop