Skip to content

Releases: akshathjain/grouped_buttons

Added the Option to Disable Elements

08 Apr 15:11
a81e24f
Compare
Choose a tag to compare
  • Added the option to disable elements of the CheckboxGroup and RadioButtonGroup using the disabled property

Updated File Structure

22 Mar 21:14
Compare
Choose a tag to compare
  • Updated the project file structure (importing the package is now easier)

State Controls

17 Mar 18:07
Compare
Choose a tag to compare
  • 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

Documentation Update

17 Mar 04:32
Compare
Choose a tag to compare

Updated broken images in documentation and changed homepage to the GitHub repo.

Initial Release

17 Mar 04:29
c95d3c7
Compare
Choose a tag to compare

Initial Release. This is a set of Flutter widgets that makes grouping Checkboxes and Radio Buttons much easier!

Features:

  • CheckedBoxGroup
  • RadioButtonGroup