flutter_tags 0.2.2 copy "flutter_tags: ^0.2.2" to clipboard
flutter_tags: ^0.2.2 copied to clipboard

outdated

Flutter tags let you create clickable tags or create new ones using textField, adapting perfectly to the width of the screen.

[0.2.2] - 2019-03-02. #

  • Added property textStyle in InputTags. NOTE: textColor has been removed. now it can be set with textStyle.
  • added property textStyle in SelectableTags. NOTE: if you set color in it will be ignored, you must use textColor 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.
295
likes
0
pub points
94%
popularity

Publisher

verified publisherdn-a.dev

Flutter tags let you create clickable tags or create new ones using textField, adapting perfectly to the width of the screen.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_tags