Releases: davigmacode/flutter_chips_choice
Releases · davigmacode/flutter_chips_choice
v1.2.0
v1.1.0
- Improve performance, since
Theme.of(context)in default choice widget is moved outside, so this only fired once ChipsChoiceBuilderparameterselectfunction now only need one parameterbool selected- Add
metatoChipsChoiceOption, this useful with custom choice widget - Add more option to
ChipsChoiceItemConfig - Add more usage example
v1.0.0
- Initial release
- Select single or multiple choice
- Display in scrollable or wrapped List
- Customizable choice input
- Build choice option from any List