simple_chips_input 1.2.0 simple_chips_input: ^1.2.0 copied to clipboard
Flutter package containing 2 libraries for creating chips (as in Gmail app) and selecting chips.
1.2.0 #
- fix: ignore RawKeyDownEvent for remove button press
1.1.0 #
- New feature: Ability to select only one chip at a time. [select_chips_input]
- New feature: Ability to keep some/all/none of the chips pre-selected. [select_chips_input]
1.0.0 #
- Made deleteIcon in simple_chips_input to accept any widget. [BREAKING CHANGES]
- Removed deleteChip field in simple_chips_input. Now deleteIcon is the requirement for delete chip functionality. [BREAKING CHANGES]
- Added reason statements in assert [select_chips_input]
0.5.0 #
- Added selected icons in prefix and suffix of the chips. [select_chips_input]
- Updated the onTap() callback to return the index of the tapped chip. [select_chips_input]
- Updated the example app. [select_chips_input]
0.4.0 #
- Added select chips input. [NEW FEATURE]
0.3.0 #
- Added support for onChipDeleted callback (returns deleted chip content and index of the deleted chip).
- Fixed a bug that prevented autoFocus from working.
- Added support for FocusNode in the TextField.
0.2.3 #
- Fixed long chips overflowing problem.
0.2.2 #
- Fixed onChanged callback calling.
0.2.1 #
- Added support for TextFormField style.
0.2.0 #
- Added onSaved callback.
0.1.0 #
- Fixed a bug that caused the package to output wrong String after a chip had been deleted.
- FEATURE ADD: Added the ability to place chips section above or below the textfield.
- Updated library directory structure.
0.0.1 #
- Initial release