Build a fancy looking avatar widget with a colorfull ring around the image.
Features
Customizable 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.1
Usage
Example usage:
FancyAvatar(40, Image.asset('assets/path/to/image.png'),
ringColor: Colors.indigoAccent[400], spaceWidth: 4.5, elevation: 15.0)