chips_input_autocomplete 1.0.2+1
chips_input_autocomplete: ^1.0.2+1 copied to clipboard
Flutter package to create a chips input with autocomplete.
Changelog #
All notable changes to this project will be documented in this file.
1.0.2+1 #
- added parameters to README.md
- little default design change
1.0.2 #
- added optional clear button to clear all chips
1.0.1+2 #
- added example for getting selected chips data
1.0.1+1 #
- modified README.md
1.0.1 #
- fixed auto space, for example after "," or "." creates a new chip also when ends with createCharacter + " "
1.0.0 #
- Initial release of the
chips_input_autocomplete
package. - Features dynamic chip creation from user input with autocomplete suggestions.
- Supports single or multiple chip selections, with customizable appearance for chips.
- Includes form integration for validation and submission of chip data.
- Provides examples and detailed documentation for easy integration and usage.