grouped_buttons 1.0.4 grouped_buttons: ^1.0.4 copied to clipboard
A simple package that makes grouping Checkboxes and Radio Buttons much easier.
[1.0.0] - March 17, 2019 #
Initial Release. This is a set of Flutter widgets that makes grouping Checkboxes and Radio Buttons much easier!
Features:
- CheckedBoxGroup
- RadioButtonGroup
[1.0.1] - March 17, 2019 #
Updated broken images in documentation and changed homepage to the GitHub repo.
[1.0.2] - March 17, 2019 #
- Added ability for user to:
- Clear CheckboxGroup & RadioButtonGroup
- Specify initial states for CheckboxGroup & RadioButtonGroup
- Manually change the state for CheckboxGroup & RadioButtonGroup
- Updated Dart docs for CheckboxGroup and RadioButtonGroup.
- Fixed some typos in the README
[1.0.3] - March 22, 2019 #
- Updated the project file structure (importing the package is now easier)
[1.0.4] - April 8, 2019 #
- Added the option to disable elements of the
CheckboxGroup
andRadioButtonGroup
using thedisabled
property