avatars 3.0.2 copy "avatars: ^3.0.2" to clipboard
avatars: ^3.0.2 copied to clipboard

An avatar widget that uses the best available data source among those provided (social images, gravatar, name initials, custom)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add avatars
copied to clipboard

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

dependencies:
  avatars: ^3.0.2
copied to clipboard

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:avatars/avatars.dart';
copied to clipboard
78
likes
130
points
2.72k
downloads

Publisher

verified publisheralbertofecchi.com

Weekly Downloads

2024.09.11 - 2025.03.26

An avatar widget that uses the best available data source among those provided (social images, gravatar, name initials, custom)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_cache_manager

More

Packages that depend on avatars