Skip to content

Releases: davigmacode/flutter_chips_choice

v1.2.0

05 Apr 04:40

Choose a tag to compare

  • Add labelStyle to ChipsChoiceItemConfig

v1.1.0

07 Mar 02:53

Choose a tag to compare

  • 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

07 Mar 02:52

Choose a tag to compare

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