avatar_better 0.0.9
avatar_better: ^0.0.9 copied to clipboard
This is a complete avatar package that you can use for your profile and avatar.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add avatar_betterWith Flutter:
$ flutter pub add avatar_betterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
avatar_better: ^0.0.9Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:avatar_better/avatar_better.dart';