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.
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 #
0.1.0 - 2026-05-28 #
Added #
- Initial release — Flutter widget wrapping
navii_dart. Naviiwidget: one-line drop-in avatar widget —Navii(seed: user.id).sizeparameter controls rendered dimensions (default 48px).shapeparameter:NaviiShape.circle,.square,.rounded.onTapcallback for tap handling.borderColorandborderWidthfor colored ring decoration.statusColor,statusSize,statusAlignmentfor presence indicator dot.optionsparameter passes through palette and background overrides.NaviiGroupwidget: stacked row of overlapping avatars with overflow badge.NaviiPickerwidget: grid picker for user avatar selection.showNaviiPickerSheet: bottom sheet wrapper forNaviiPicker.naviVariants(baseSeed): generates stable variant seed strings.- Renders via
flutter_svg— no native code, no platform channels.
