- Add
labelStyle
toChipsChoiceItemConfig
- Improve performance, since
Theme.of(context)
in default choice widget is moved outside, so this only fired once ChipsChoiceBuilder
parameterselect
function now only need one parameterbool selected
- Add
meta
toChipsChoiceOption
, this useful with custom choice widget - Add more option to
ChipsChoiceItemConfig
- Add more usage example
- Initial release
- Select single or multiple choice
- Display in scrollable or wrapped List
- Customizable choice input
- Build choice option from any List