{"repo":"ketanchoyal/custom_radio_grouped_button","free":true,"listed":false,"github":"https://github.com/ketanchoyal/custom_radio_grouped_button","clone":"git clone https://github.com/ketanchoyal/custom_radio_grouped_button.git","description":"Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.","language":"Dart","stars":150,"topics":["dart","flutter","flutter-widget","flutter-ui","android-application","ios-app","hacktoberfest"],"license":"MIT","category":"mobile-apps","readme_excerpt":"custom radio grouped button Custom Radio Buttons and Grouped Check Box Button Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier Installing Add the following to your pubspec.yaml file: dependencies: custom radio grouped button: any Creating Radio Button CustomRadioButton( elevation: 0, absoluteZeroSpacing: true, unSelectedColor: Theme.of(context).canvasColor, buttonLables: [ 'Student', 'Parent', 'Teacher', ], buttonValues: [ \"STUDENT\", \"PARENT\", \"TEACHER\", ], buttonTextStyle: ButtonTextStyle( selectedColor: Colors.white, unSelectedColor: Colors.black, textStyle: TextStyle(fontSize: 16)), radioButtonValue: (value) { print(value); }, selectedColor: Theme.of(context).accentColor, ), Creating Grouped Button CustomCheckBoxGroup( buttonTextStyle: ButtonTextStyle( selectedColor: Colors.red, unSelectedColor: Colors.orange, textStyle: TextStyle( fontSize: 16, ), selectedTextStyle: TextStyle( fontSize: 20, fontWeight: FontWeight.w700, ), ), unSelectedColor: Theme.of(context).canvasColor, buttonLables: [ \"M\", \"T\", \"W\", \"T\", \"F\", \"S\", \"S\", ], buttonValuesList: [ \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\", ], checkBoxButtonValues: (values) { print(values); }, spacing: 0, defaultSelected: \"Monday\", horizontal: false, enableButtonWrap: false, width: 40, absoluteZeroSpacing: false, selectedColor: Theme.of(context).accentColor, padding: 10, ); Changing values Programiically You can acces the widget's state using Key now Examp","default_branch":null,"files":null,"tree":[],"storefront":"/r/ketanchoyal","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/ketanchoyal/custom_radio_grouped_button/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}