colorful_text_avatar 1.0.5
colorful_text_avatar: ^1.0.5 copied to clipboard
A Flutter package to generate colorful text avatars based on user initials with enhanced support for Vietnamese characters. Forked from colorize-text-avatar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add colorful_text_avatarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
colorful_text_avatar: ^1.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:colorful_text_avatar/colorful_text_avatar.dart';