navii_flutter 0.2.1 copy "navii_flutter: ^0.2.1" to clipboard
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.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased #

0.2.1 - 2026-05-28 #

Fixed #

  • README images now use absolute GitHub raw URLs so they display correctly on pub.dev.

0.2.0 - 2026-05-28 #

Added #

  • Demo GIF added to README showing live widget usage.

Changed #

  • Example app: updated determinism explanation copy.

0.1.0 - 2026-05-28 #

Added #

  • Initial release — Flutter widget wrapping navii_dart.
  • Navii widget: one-line drop-in avatar widget — Navii(seed: user.id).
  • size parameter controls rendered dimensions (default 48px).
  • shape parameter: NaviiShape.circle, .square, .rounded.
  • onTap callback for tap handling.
  • borderColor and borderWidth for colored ring decoration.
  • statusColor, statusSize, statusAlignment for presence indicator dot.
  • options parameter passes through palette and background overrides.
  • NaviiGroup widget: stacked row of overlapping avatars with overflow badge.
  • NaviiPicker widget: grid picker for user avatar selection.
  • showNaviiPickerSheet: bottom sheet wrapper for NaviiPicker.
  • naviVariants(baseSeed): generates stable variant seed strings.
  • Renders via flutter_svg — no native code, no platform channels.
0
likes
160
points
118
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Deterministic mascot-style avatar widget for Flutter. Drop-in avatar generation — same seed = same mascot, every time. No database, no uploads, no state required.

Homepage
Repository (GitHub)
View/report issues

Topics

#avatar #deterministic #mascot #offline #profile-picture

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, flutter_svg, navii_dart

More

Packages that depend on navii_flutter