selection_mode 0.0.6
selection_mode: ^0.0.6 copied to clipboard
A Flutter package for multi-item selection with range selection
0.0.6 #
- Support shift and ctrl selection
- Disable background tap by default
0.0.5 #
- Drag selection is disabled by default.
0.0.4 #
Introduced SelectionCanvas widget. This widget is required, wrap it above scrollable widgets like ListView or GridView.
0.0.3 #
- Add
SelectionConsumerwidget to simplify selection state access. - Rename
SelectionBuildertoSelectableBuilderfor clarity.
0.0.2 #
- Move options from controller to SelectionMode widget.
0.0.1 #
- Initial release of the
selection_modepackage.