multiavatar_plus 0.2.0+1 copy "multiavatar_plus: ^0.2.0+1" to clipboard
multiavatar_plus: ^0.2.0+1 copied to clipboard

Multiavatar is a multicultural avatar maker. 12 billion unique multicultural avatars

Multiavatar Plus #

Fork notice: multiavatar_plus is a maintained fork of the original multiavatar package (X-SLAYER/Multiavatar), which is no longer being updated. Same API, kept current with recent Flutter/Dart SDKs. Published from nemr0/multiavatar_plus.

Flutter Wrapper for Multiavatar

Multiavatar is a multicultural avatar maker.

Multiavatar represents people from multiple races, multiple cultures, multiple age groups, multiple worldviews and walks of life.

In total, it is possible to generate 12,230,590,464 unique avatars.

Installation and usage #

Add multiavatar_plus to your pubspec:

dependencies:
  multiavatar_plus: any # or the latest version on Pub
import 'package:multiavatar_plus/multiavatar_plus.dart';
var svgCode = multiavatar('X-SLAYER')

avatar with transparent background

var svgCode = multiavatar('X-SLAYER', transparentBackground: true);

check the exemple of using multiavatar with svg package Multiavatar + svg package

Info #

To create new avatars, the Multiavatar mixes different parts of different avatars, and different color themes.

The total number of unique avatars: 48^6 = 12,230,590,464

One of the main Multiavatar functions is to work as an identicon. Every unique avatar can be identified by the unique string of characters, associated with the avatar.

The string of characters is also the input for the Multiavatar package, which converts the provided string into a 6 double-digit numbers (range 00-47), each representing an individual part of the final avatar.

000000000000 - this string of numbers represents the very first avatar + its A theme. You can also read it like this: 00 00 00 00 00 00.

474747474747 - this is the 12,230,590,464th avatar (or the 16th initial avatar + its "C" color theme).

More info can be found in the multiavatar_plus.dart file comments.

License #

A Dart implementation based on Multiavatar script for Flutter apps.

Screenshots #

Visitors Count #

Loading
1
likes
150
points
41
downloads

Documentation

Documentation
API reference

Publisher

verified publishernemr.dev

Weekly Downloads

Multiavatar is a multicultural avatar maker. 12 billion unique multicultural avatars

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter

More

Packages that depend on multiavatar_plus