Last updated:
0 purchases
fancy avatar
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
copied to clipboard
Usage #
Example usage:
FancyAvatar(40, Image.asset('assets/path/to/image.png'),
ringColor: Colors.indigoAccent[400], spaceWidth: 4.5, elevation: 15.0)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.