parent_child_checkbox 0.0.5 parent_child_checkbox: ^0.0.5 copied to clipboard
Parent Child Checkbox is a type of checkbox where we can establish hierarchy in Checkboxes
0.0.5 #
- Added onCheckedChild and onCheckedParent functionalities
- Added parentCheckboxScale and childrenCheckboxScale properties
- Added gap property
0.0.4 #
- Updated deprecated APIs
0.0.3 #
- Formated code using flutter format .
0.0.2 #
- Updated Example to reflect new getter changes
0.0.1 #
- User can set activeColor of checkbox for both parent and children
- Added feature for having multiple ParentChildCheckbox
- Can get result of checkboxes using map
isParentSelected
andselectedChildrenMap
- Added null-safety