selection_group 0.0.5
selection_group: ^0.0.5 copied to clipboard
A Flutter widget that manages selection and focus state across a group of items.
0.0.5 #
- feat:
onFocusChangereplaced byonFocusedItemChanged— now returns the focused item value ornullwhen the group loses focus - feat: focused item is automatically marked as selected
- fix: focus listeners are now properly removed on unregister
0.0.4 #
- feat: add
onFocusChangecallback toSelectionGroup - feat: suppress
WidgetState.selectedon all items while group has focus
0.0.3 #
- fix: update LICENSE to MIT
- fix: update tests
0.0.2 #
- fix: update LICENSE
0.0.1 #
- initial release