Skip to content

fieldOfView/flutter_boring_avatars

 
 

Repository files navigation

flutter_boring_avatars

Features

Flutter implementation of 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.

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
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 58.2%
  • C++ 20.5%
  • CMake 14.9%
  • HTML 3.8%
  • C 1.4%
  • Swift 1.1%
  • Other 0.1%