Flutter Chips Choice Versions Save

Lite version of smart_select package, zero dependencies, an easy way to provide a single or multiple choice chips.

v1.2.0

4 years ago
  • Add labelStyle to ChipsChoiceItemConfig

v1.1.0

4 years ago
  • Improve performance, since Theme.of(context) in default choice widget is moved outside, so this only fired once
  • ChipsChoiceBuilder parameter select function now only need one parameter bool selected
  • Add meta to ChipsChoiceOption, this useful with custom choice widget
  • Add more option to ChipsChoiceItemConfig
  • Add more usage example

v1.0.0

4 years ago
  • Initial release
  • Select single or multiple choice
  • Display in scrollable or wrapped List
  • Customizable choice input
  • Build choice option from any List