flutter_text_drawable 0.3.0
flutter_text_drawable: ^0.3.0 copied to clipboard
A flutter library that gives you the flexibility to create and customize text user avatars like Gmail and Contacts.
[0.3.0] - 22-May-2020 #
- Exposed
isSelected
param ofTextDrawable
for more flexiblity and control. - Added
TextDrawableListTile
widget. Useful for selectable tiles.
[0.2.1] - 21-May-2020 #
- Added pub badget to Readme
[0.2.0] - 21-May-2020 #
- Make widget tappable with
isTappable
param. - Receive
onTap
callback. - Animate between text and icon when widget is tapped.
- Removed
colorGenerator
param.
[0.1.2] - 21-May-2020 #
- Added widget test for the TextDrawable widget
[0.1.1] - 19-May-2020 #
- Documented package
[0.1.0] - 19-May-2020 #
- Initial package release