custom_radio_grouped_button 2.3.0
custom_radio_grouped_button: ^2.3.0 copied to clipboard
Custom Radio Buttons and Grouped Check Box Button
2.3.0 22 Nov 2025 #
- Added way to unselect button programmatically
- Test cases added, fixed minor bug where even if shape is disabled corner radius is not zero
2.2.1 22 Sep 2023 #
- Added TextStyle for selected Button
2.2.0+1 03 June 2023 #
- Deprecated
radiusin favor ofborderRadius
2.2.0 31 March 2023 #
- Added way to select buttons programmatically (Fix #69)
- Fixed bug where buttons were not being selected when value and label were different
2.1.3 22 March 2023 #
- Added Feature to disable a button (Fix #67)
2.1.2+2 25 June 2022 #
- Minor bug fixes
2.1.2+1 17 May 2022 #
- Minor bug fixes
2.1.2 11 March 2022 #
- ScrollController added for scrollable buttons
2.1.1 17 Sep 2021 #
- Changed shrinkWrap to true (to enable centering of the scrollable buttons)
2.1.0 17 Sep 2021 #
- Fixed Auto Width not working in wrap mode
2.0.0 17 July 2021 #
- Upgraded to null safety
- Added feature for user to set card margins (PR #33)
1.0.6+1 02 Oct 2020 #
- Add feature for user to change border colors of RadioButtons (PR by @patuoynageek)
1.0.6 August 13, 2020 #
- Multiple default values can be added now
Breaking Change Alert
- default value is now of list type for checked box(Fix #24)
1.0.5 August 05, 2020 #
-
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
Some Breaking Changes:
- fontSize is no longer avaliable instead ButtonTextStye class is introduced
1.0.4 August 04, 2020 #
Some Optimizations and resolved default selection bug in radio buttons
1.0.3 August 03, 2020 #
Features Added:
- WrapAllignment Added
- Spacing property ( Pull Request by @devomar615 )
1.0.2 July 25, 2020 #
Features Added:
- Added Wrap property to wrap verticle buttons
- Added default checked button for CustomRadio button
- Added a better way to set default values
1.0.1 June 15, 2020 #
Features Added:
- Auto width for horizontal button
- Buttons are now scrollable in both orientation
- Font Size parameter added
1.0.0 August 19, 2019 #
Initial Release. Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.
Features:
- GroupedBox Button
- Radio Button