flutter_text_drawable 1.0.0
flutter_text_drawable: ^1.0.0 copied to clipboard
A flutter library that gives you the flexibility to create and customize text user avatars like Gmail and Contacts.
1.0.0 23-April-2021 #
- Migrate package to null-safety. Thanks to richard457.
0.3.1 01-July-2020 #
- Added flip animation when swapping text and icon.
0.3.0 22-May-2020 #
- Exposed
isSelected
param ofTextDrawable
for more flexibility and control. - Added
TextDrawableListTile
widget. Useful for selectable tiles.
0.2.1 21-May-2020 #
- Added pub badge 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