fancy_avatar 0.0.4 copy "fancy_avatar: ^0.0.4" to clipboard
fancy_avatar: ^0.0.4 copied to clipboard

Flutter package providing a fancy looking avatar widget class.

fancy_avatar #

Build a fancy looking avatar widget with a colorfull ring around the image.

Features #

You can easily customize these features:

  • overal size
  • image
  • outer ring width and color
  • inner ring width and color
  • shadow and its color
  • background behind transparent images

Getting started #

To start using this package, just add it in your pubspec.yaml file under dependencies.

dependencies:
    fancy_avatar: ^0.0.4

Usage #

Example usage:

FancyAvatar(40, Image.asset('assets/path/to/image.png'),
ringColor: Colors.indigoAccent[400], spaceWidth: 4.5, elevation: 15.0)
5
likes
140
pub points
29%
popularity

Publisher

unverified uploader

Flutter package providing a fancy looking avatar widget class.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on fancy_avatar