multiavatar_plus library
Generates unique, deterministic SVG avatars from any string.
Call multiavatar with a seed string (a username, email, or id) to get back the SVG markup for that seed's avatar.
Functions
-
multiavatar(
String string, {bool transparentBackground = false}) → String -
Returns the SVG markup for the avatar derived from
string.