gradient_avatars 0.0.1
gradient_avatars: ^0.0.1 copied to clipboard
Generative gradient avatars for Flutter. A unique, deterministic mesh gradient for every seed - no stored images, no network. A 1:1 port of @outpacelabs/avatars.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gradient_avatarsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gradient_avatars: ^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:gradient_avatars/gradient_avatars.dart';