- update: marginBetweenChips parameter in [simple_chips_input] now internally using spacing
- update: example app
- fix: removed deprecated
RawKeyboardListenerandRawKeyEvent
- fix: ignore RawKeyDownEvent for remove button press
- 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]
- 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]
- 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]
- Added select chips input. [NEW FEATURE]
- 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.
- Fixed long chips overflowing problem.
- Fixed onChanged callback calling.
- Added support for TextFormField style.
- Added onSaved callback.
- 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.
- Initial release