text_avatars 0.1.1 copy "text_avatars: ^0.1.1" to clipboard
text_avatars: ^0.1.1 copied to clipboard

A customizable Flutter package for creating circular user avatars with automatic initials generation, smart fallback handling, and consistent color generation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_avatars

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  text_avatars: ^0.1.1

Alternatively, 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:text_avatars/text_avatars.dart';
1
likes
155
points
37
downloads

Publisher

verified publisherskylapp.com

Weekly Downloads

A customizable Flutter package for creating circular user avatars with automatic initials generation, smart fallback handling, and consistent color generation.

Repository (GitHub)
View/report issues

Topics

#avatar #widget #ui #user-profile #initials

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on text_avatars