unique_avatar 0.0.1 copy "unique_avatar: ^0.0.1" to clipboard
unique_avatar: ^0.0.1 copied to clipboard

A Flutter package for generating unique custom avatars based on string values with various shapes.

Unique Avatar #

Generate simple unique avatars from strings.

Usage #

import 'package:unique_avatar/unique_avatar.dart';

UniqueAvatar(
  seed: "user@example.com",
  size: 100.0,
)

Parameters #

  • seed - String to generate avatar from (required)
  • size - Avatar size in pixels (default: 100.0)
  • shape - Circle or square (default: circle)

License #

MIT

1
likes
140
points
5
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for generating unique custom avatars based on string values with various shapes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on unique_avatar