- Added TextStyle for selected Button
- Deprecated
radius
in favor ofborderRadius
- Added way to select buttons programmatically (Fix #69)
- Fixed bug where buttons were not being selected when value and label were different
- Added Feature to disable a button (Fix #67)
- Minor bug fixes
- Minor bug fixes
- ScrollController added for scrollable buttons
- Changed shrinkWrap to true (to enable centering of the scrollable buttons)
- Fixed Auto Width not working in wrap mode
- Upgraded to null safety
- Added feature for user to set card margins (PR #33)
- Add feature for user to change border colors of RadioButtons (PR by @patuoynageek)
- Multiple default values can be added now
- default value is now of list type for checked box(Fix #24)
-
default value of autoWidth is now set to false
-
Same Lable value is possible now Fix #22
-
FontStyle can be applied now Fix #22
-
a property 'absoluteZeroSpacing' is introduced to make sure that there is no spacing in between buttons if required
- fontSize is no longer avaliable instead ButtonTextStye class is introduced
Some Optimizations and resolved default selection bug in radio buttons
Features Added:
- WrapAllignment Added
- Spacing property ( Pull Request by @devomar615 )
Features Added:
- Added Wrap property to wrap verticle buttons
- Added default checked button for CustomRadio button
- Added a better way to set default values
Features Added:
- Auto width for horizontal button
- Buttons are now scrollable in both orientation
- Font Size parameter added
Initial Release. Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.
Features:
- GroupedBox Button
- Radio Button