checkbox_grouped 0.6.2+1
checkbox_grouped: ^0.6.2+1 copied to clipboard
flutter widget that grouping checkbox, recuperate the actual selection,support multiple selection
0.6.2 add gif to readme #
- add new gif to show basics examples of the library
[0.6.2] - pre-selection in single choice #
- add possibility to pre-selection any element in single chice
0.6.1+1 fix color of groupTitle in dark mode #
- remove color in textStyle of groupTitle
- add textStyle to modify Style of groupTitle
0.6.1 add callback to collect data from list of grouped widget #
- create typedef onGroupChanged and add it to widget to collect data inside widget
0.6.0+1 fix bug #
- fix bug of unchanged state of checkbox in titleGrouped
- remove widget in simpleGroupedCheckbox (example 1)
0.6.0 add new widget:ListGroupedCheckbox #
- ListGroupedCheckbox to manage list of groupedCheckbox,retrieve selected data in one call
- add example for ListGroupedCheckbox
- add test widget for ListGroupedCheckbox
0.5.2 optimize simple grouped switch #
- use valueNotifier to manage selection in simple grouped switch
- make physics of ListView non Scrollable
- update kotlin version in android project of the example
0.5.1 optimize simple grouped chips #
- use valueNotifier to manage selection in simple grouped chips
- change main example
- fix bug in test simple grouped chips
- add test in multiple choice for simple grouped chips
0.5.0+1 fix bug in simple grouped chips #
- fix bug related to assert
0.5.0 improve performance and create testsWidget #
- improve performance of simple groupedCheckbox:use valueNotifier,remove setState
- fix and recreate test widget of simple groupedCheckbox
0.4.5+7 fix issues #
- update dependencies
- remove scrollable listview in expanded simple checkbox
- add docs api
0.4.5+6 fix issues #
- change column in customGroupedCheckbox to improve performance if you have long list to be checked
- change column in simpleGroupedswitch to improve performance if you have long list to be checked
- add docs api
0.4.5+3 fix issues #
- change column in expansionPanelList to improve performance if you have long list to be checked
0.4.5+2 fix issues #
- when simpleGroupedCheckbox isExpandable,make isExpand = true as default behavior
- fix selection in circulaire SimpleCheckbox
0.4.5+1 fix issues #
- remove some deprecated api
0.4.5 make grouped checkbox dialog #
- create function to show groupedcheckbox inside dialog
0.4.1 changing single selection in grouped checkbox to radioButton #
- change checkbox to radiobutton for singleselection
- create new typedef CustomIndexedWidgetBuilder
- change type groupTitle from String to Widget
0.4.0 changing custom grouped checkbox #
- change CustomScrollView with simple Column
- create new typedef CustomIndexedWidgetBuilder
- change type groupTitle from String to Widget
0.3.5 custom grouped checkbox #
- create customisable grouped checkbox
- fix error
0.3.2 refactoring code #
0.3.1+3 fix errors #
0.3.1+2 remove direction groupedcheckbox #
- make groupedcheckbox vertical by default
- change wrap widget by column
0.3.1+1 change name textTitle to groupTitle, #
0.3.1 initialise an disabled items, #
- you can make item disabled
0.3.0+1 modify readme, #
0.3.0 simple grouped switch, #
- preselection items
- enable multi selection
- callback when user click
0.2.7+1 remove duplicated code, #
0.2.7 callback to disable/enable items in checkbox grouped #
0.2.6 disabled items in grouped chip #
0.2.5+1 fix error in pubspec #
0.2.5 add new feature to chip grouped #
* onItemSelected Call when users make selection
[0.2.5] - add new feature to chip grouped #
* onItemSelected Call when users make selection
[0.2.5] - add new feature to chip grouped #
* onItemSelected Call when users make selection
[0.2.5] - add new feature to chip grouped #
* onItemSelected Call when users make selection
[0.2.5] - add new feature to chip grouped #
* onItemSelected Call when users make selection
0.2.4+1 fix error #
0.2.4 add new feature #
* onItemSeelected Call when users make selection
* disable item
0.2.2+1 fix readme #
0.2.2 new feature #
* add isExpandable to make grouped checkbox expanded from title
0.2.1+1 fix err #
0.2.1 fix err #
* add selection function in groupedchips that missed in previous version
0.2.0+1 fix readme #
0.2.0 add new feature #
* add chip group
0.1.4 add new feature #
* add Title for each group
* make Title selected for multiple selection
0.1.3+1 fix readme #
0.1.3 add new feature #
- circulaire checkbox
0.1.2+17 fix CHANGELOG #
0.1.2+16 fix readme file #
0.1.2+15 add new feature #
* add pre-selection element for multiple selection
* add example section
0.1.2+14 fix First Element selection. #
0.1.2+13 fix README. #
0.1.2+12 fix CHANGELOG. #
0.1.2+11 fix errors. #
0.1.2+1 fix errors. #
0.1.2 fix errors. #
0.1.1 #
- Add example in example/
0.1.0 INITIAL RELEASE #
- contain simple and basic widget to grouping checkbox.