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

outdated

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: ^2.2.0

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
0
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

License

unknown (LICENSE)

Dependencies

crypto, flutter, flutter_cache_manager

More

Packages that depend on avatars