flutter_tags 0.3.0 flutter_tags: ^0.3.0 copied to clipboard
Flutter tags let you create clickable tags or create new ones using textField, adapting perfectly to the width of the screen.
[0.3.0] - 2019-04-09. #
- New features
- Possibility to create a customizable popupMenu.
- SelectableTags. Possibility to set a color and an activeColor for each tag.
- InputTags. Possibility to hide textField.
[0.2.4] - 2019-04-08. #
- fixed some problem.
[0.2.3] - 2019-04-05. #
- General improvement of the code.
- OnInsert, onDelete and onPressed are now optional.
[0.2.2] - 2019-03-02. #
- Added property
textStyle
in InputTags. NOTE:textColor
has been removed. now it can be set withtextStyle
. - added property
textStyle
in SelectableTags. NOTE: if you setcolor
in it will be ignored, you must usetextColor
textActiveColor
. - Created InputSuggestions. Return suggestions in the TextField. Is not complete, soon the list of suggestions will be implemented.
- General improvement of the code.
[0.2.1] - 2019-03-01. #
- The code has been largely rewritten.
- Now the Tag width calculation is very accurate.
[0.2.0] - 2019-02-24. #
- Improved tag width calculation;
- Possibility to change the margin and padding of the close icon ( InputTags ).
[0.1.9] - 2019-02-23. #
- Width calculated based on the byte length of the title;
- When the orientation changes, a recalculation of the screen width is performed.
[0.1.8] - 2019-02-16. #
- Improvement of library documentation.
[0.1.7] - 2019-02-07. #
- Added new feature SingleItem on SelectableTags;
- Possibility to change color/background-color icon on InputTags; - General improvement of the code.
[0.1.6] - 2019-01-07. #
- Fixed error "Infinity or NaN toInt" on InputTags; - general improvement of the code.
[0.1.5] - 2018-12-24. #
- General improvement of the code.
[0.1.4] - 2018-12-18. #
- Added new features.
[0.1.3] - 2018-12-16. #
- Added new highlight feature (InputTags) - general improvement of the code.
[0.1.2] - 2018-12-15. #
- Add InputTags Widget - Improved documentation.
[0.1.1] - 2018-12-08. #
- Improved documentation.
[0.1.0] - 2018-12-08. #
- Did some changing readme.
[0.0.1] - 2018-12-08. #
- Created Selectable Tags.