flutter_chips_choice

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

BSD-3-CLAUSE License

Stars
112
Committers
3

Bot releases are hidden (Show)

flutter_chips_choice - v1.2.0 Latest Release

Published by davigmacode over 4 years ago

  • Add labelStyle to ChipsChoiceItemConfig
flutter_chips_choice - v1.1.0

Published by davigmacode over 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
flutter_chips_choice - v1.0.0

Published by davigmacode over 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