navii_flutter 0.2.1
navii_flutter: ^0.2.1 copied to clipboard
Deterministic mascot-style avatar widget for Flutter. Drop-in avatar generation — same seed = same mascot, every time. No database, no uploads, no state required.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add navii_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
navii_flutter: ^0.2.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:navii_flutter/navii_flutter.dart';