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

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

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';
77
likes
110
pub points
91%
popularity

Publisher

verified publisheralbertofecchi.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, flutter, flutter_cache_manager

More

Packages that depend on avatars