gradient_avatars 0.0.1 copy "gradient_avatars: ^0.0.1" to clipboard
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_avatars

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gradient_avatars: ^0.0.1

Alternatively, 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';
1
likes
160
points
65
downloads

Documentation

API reference

Publisher

verified publisherbirju.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gradient_avatars