flutter_boring_avatars 1.0.0 copy "flutter_boring_avatars: ^1.0.0" to clipboard
flutter_boring_avatars: ^1.0.0 copied to clipboard

outdated

Flutter implementation of boring avatars that generates custom, round avatars from any username and color palette.

flutter_boring_avatars #

Features #

Flutter implementation of (https://github.com/boringdesigners/boring-avatars)[boring avatars] that generates custom, round avatars from any username and color palette.

Differences from the original project, based on Canvas, and the addition of transition animations.

(https://xioxin.github.io/flutter_boring_avatars/)[Web Example]

Getting started #

final colors = [Color(0xffA3A948), Color(0xffEDB92E), Color(0xffF85931), Color(0xffCE1836), Color(0xff009989)];

BoringAvatars(name: "Maria Mitchell", colors: colors, type: BoringAvatarsType.marble);

// or animation
AnimatedBoringAvatars(
  duration: const Duration(milliseconds: 300),
  name: "Maria Mitchell",
  colors: colors,
  type: BoringAvatarsType.marble
)
11
likes
0
pub points
74%
popularity

Publisher

unverified uploader

Flutter implementation of boring avatars that generates custom, round avatars from any username and color palette.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, svg_path_parser

More

Packages that depend on flutter_boring_avatars