[Fixed]
- Issue #66.[Fixed]
-DataList
null 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/enabledtextField
field - Issue #36.[Added]
- Possibility to insert tags not present in the list of suggestions with theconstraintSuggestion
field - Issue #33.onRemoved
field has been moved insideItemTagsRemoveButton()
to maintain consistency.onRemoved
now has a bool return type (ex: when you want to add a control before removing a tag).
- Renamed
TagstextField
toTagsTextField
. - Added
textCapitalization
field inTagsTextField
.
-
New Features and Documentation Updates.
-
Added
child
field inItemTagsImage()
, allows more control over the images. -
Fixed alignment
textField
andsuggestions
- Issue #31. -
Added the possibility to get a list of all the
ItemTags
via 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
SelectableTags
andInputTags
have 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
customData
field 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
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.
- 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.