flutter_tags 0.2.1
flutter_tags: ^0.2.1 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.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.