multi_tag_picker 1.0.0
multi_tag_picker: ^1.0.0 copied to clipboard
Flutter package for adding and choosing tags.
Change Log #
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This file follows the convention described at Keep a Changelog.
1.0.0 - 2023-03-30 #
BREAKING CHANGES
Renamed from flutter_tagging_plus to multi_tag_picker. #
- Resetting the version number to
1.0.0to reflect name change.
Added #
- Added optional
placeholderItemto reserve space for row of chips.
Changed #
onChanged()now receives an immutable copy of the list of values.initialItemsis no longer modified in-place by the widget state.- Focus stays in text field after selecting or creating a value.
- Added a
SizedBoxofinteriorSpacingheight between text field and chips.
Removed #
- The
Taggableabstract class andTaggableMixin; they do not belong in this library.
4.0.1 - 2022-04-20 #
- Flutter 3.0 fixes.
4.0.0 - 2022-04-20 #
- BradInTheUSA: forked from https://github.com/culjo/flutter_tagging
- culjo: forked from https://github.com/sarbagyastha/flutter_tagging
2.2.0+3 - 2020-02-23 #
- Minor docs changes
2.2.0+2 - 2019-12-02 #
- Changed defaults for
spacingandrunSpacingto 8.0
2.2.0+1 - 2019-11-29 #
BREAKING CHANGES
- Added mandatory
initialItemsproperty.
2.1.0+2 - 2019-11-28 #
- Added support for Flutter web platform.
2.1.0 - 2019-11-26 #
2.0.0+2 - 2019-11-19 #
- Setting
additionCallbacktonulldisables the feature to add tags.
2.0.0+1 - 2019-11-17 #
BREAKING CHANGES
- Complete refactor and improvements.
1.1.0 - 2019-03-23 #
- Updated dependency.
- Added access to newer properties from
flutter_typeahead.