Skip to content

Releases: Frezyx/group_button

v2.0.0

05 Apr 22:31
2d0d95e
Compare
Choose a tag to compare
Merge pull request #14 from Frezyx/dev

Migrate to null-safety, package update to v2.0.0

V1.2.0

03 Mar 05:56
d153cb6
Compare
Choose a tag to compare
Merge pull request #9 from Frezyx/dev

Add width and height fields for buttons

V1.1.0

19 Nov 06:37
Compare
Choose a tag to compare
  • Added ability to set initially selected buttons
  • Create travis & codemagic QA
  • Fixed dart analyzer issues, errors and remarks

V1.0.0

10 Aug 19:57
Compare
Choose a tag to compare
  • Basic functionality for creating a button group
  • Two models of the group were created:
    • Radio (one selected button)
    • CheckBox (several selected buttons)