rainbow_circular_avatar 0.0.1
rainbow_circular_avatar: ^0.0.1 copied to clipboard
A customizable circular avatar widget for Flutter with colorful gradient borders and optional camera overlay.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rainbow_circular_avatarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rainbow_circular_avatar: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rainbow_circular_avatar/rainbow_circular_avatar.dart';