[Updated]- Documentation.
-
Breaking Change ( Dart SDK version >= 2.12.0-133.2.beta )
-
[Updated]- dependencies updated toSound null safetyversion. -
[Fixed]- Some problem. -
[Updated]- Documentation.
[Fixed]- Issue #66.[Fixed]-DataListnull id.
[Added]- Possibility to to define the padding of thetextField.
[Updated]- Documentation.
[Updated]- Documentation.
[Updated]- Documentation.
[Updated]- Documentation.- General improvement of the code.
[Fixed]- some problem.[Added]- Possibility to disabled/enabledtextFieldfield - Issue #36.[Added]- Possibility to insert tags not present in the list of suggestions with theconstraintSuggestionfield - Issue #33.onRemovedfield has been moved insideItemTagsRemoveButton()to maintain consistency.onRemovednow has a bool return type (ex: when you want to add a control before removing a tag).
- Renamed
TagstextFieldtoTagsTextField. - Added
textCapitalizationfield inTagsTextField.
-
New Features and Documentation Updates.
-
Added
childfield inItemTagsImage(), allows more control over the images. -
Fixed alignment
textFieldandsuggestions- Issue #31. -
Added the possibility to get a list of all the
ItemTagsvia GlobalKey.
- Minor Update Documentation.
- Fixed some problem.
- removed the 'position' parameter in TagsTexField () because it is not essential. the same result can be obtained by setting the verticalDirection and TextDirection parameters in Tags ().
- Update Documentation.
- General improvement of the code.
- Minor Update Documentation.
- Improvements, new Structure, new Features and Documentation Updates
SelectableTagsandInputTagshave been removed, now there is only one widget. Tags()- Now it is possible to personalize every single tag, with the possibility of adding icons, images and a removal button.
- Possibility to display the list with horizontal scroll.
- Issue #14 and #13 fixed.
- Added
customDatafield in Tag Class.
- General improvement of the code.
- 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.
- fixed some problem.
- General improvement of the code.
- OnInsert, onDelete and onPressed are now optional.
- Added property
textStylein InputTags. NOTE:textColorhas been removed. now it can be set withtextStyle. - added property
textStylein SelectableTags. NOTE: if you setcolorin it will be ignored, you must usetextColortextActiveColor. - Created InputSuggestions. Return suggestions in the TextField. Is not complete, soon the list of suggestions will be implemented.
- General improvement of the code.
- The code has been largely rewritten.
- Now the Tag width calculation is very accurate.
- Improved tag width calculation;
- Possibility to change the margin and padding of the close icon ( InputTags ).
- Width calculated based on the byte length of the title;
- When the orientation changes, a recalculation of the screen width is performed.
- Improvement of library documentation.
- Added new feature SingleItem on SelectableTags;
- Possibility to change color/background-color icon on InputTags; - General improvement of the code.
- Fixed error "Infinity or NaN toInt" on InputTags; - general improvement of the code.
- General improvement of the code.
- Added new features.
- Added new highlight feature (InputTags) - general improvement of the code.
- Add InputTags Widget - Improved documentation.
- Improved documentation.
- Did some changing readme.
- Created Selectable Tags.