checkbox_grouped 0.4.5+3 checkbox_grouped: ^0.4.5+3 copied to clipboard
flutter widget that grouping checkbox, recuperate the actual selection,support multiple selection
[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.