avatar_plus 0.0.2 copy "avatar_plus: ^0.0.2" to clipboard
avatar_plus: ^0.0.2 copied to clipboard

A versatile Flutter package for generating and displaying customizable avatars with random string content. Perfect for user profiles, placeholders, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add avatar_plus

With Flutter:

 $ flutter pub add avatar_plus

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

dependencies:
  avatar_plus: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:avatar_plus/avatar_plus.dart';
32
likes
0
points
155
downloads

Publisher

verified publisheryudiz.com

Weekly Downloads

A versatile Flutter package for generating and displaying customizable avatars with random string content. Perfect for user profiles, placeholders, and more.

Repository (GitHub)
View/report issues

Topics

#avatar-generation #flutter-avatar #profile-picture #svg-avatars #random-avatar

Documentation

Documentation

License

unknown (license)

Dependencies

crypto, flutter, flutter_svg

More

Packages that depend on avatar_plus