chips_input 0.1.0
chips_input: ^0.1.0 copied to clipboard
A Flutter Widget to create an input with multiple chips, that can be selected from suggestions.
0.1.0 23-Febr-2022 #
- Add async loads of data
0.0.6 13-May-2021 #
- Fix chip deletion bug
0.0.5 02-Apr-2021 #
- Allow to pass optionsViewBuilder instead of suggestionBuilder
- Fix bug: There was a possibility to select more than maxChips chips.
0.0.4 19-Mar-2021 #
- Handle focus changes with AnimatedBuilder
0.0.3 17-Mar-2021 #
- Make ChipsInputState public
0.0.2 16-Mar-2021 #
- Added an example and a description
0.0.1 15-Mar-2021 #
- Initial release.