avatar_builder_core 0.3.1 copy "avatar_builder_core: ^0.3.1" to clipboard
avatar_builder_core: ^0.3.1 copied to clipboard

Pure Dart library for building avataaars-style cartoon avatars from customizable attributes using SVG. No Flutter dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add avatar_builder_core

With Flutter:

 $ flutter pub add avatar_builder_core

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

dependencies:
  avatar_builder_core: ^0.3.1

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_builder_core/avatar_builder_core.dart';
0
likes
160
points
128
downloads

Documentation

API reference

Publisher

verified publisherbramp.net

Weekly Downloads

Pure Dart library for building avataaars-style cartoon avatars from customizable attributes using SVG. No Flutter dependency.

Homepage
Repository (GitHub)
View/report issues

Topics

#avatar #svg #avataaars

License

BSD-2-Clause (license)

Dependencies

meta

More

Packages that depend on avatar_builder_core