usenavii 0.1.1
usenavii: ^0.1.1 copied to clipboard
Official Flutter SDK for Navii. Deterministic mascot avatars for Flutter. Same seed in, same face out offline SVG via a Dart port of @usenavii/core.
Changelog #
All notable changes to the Flutter package usenavii.
This package versions independently of the npm @usenavii/* lockstep
(see root CHANGELOG.md for JS SDKs).
Format: Keep a Changelog. Versioning: SemVer.
0.1.1 - 2026-08-24 #
Fixed #
- Updated the package README to identify the SDK as stable and recommend the stable pub.dev dependency instead of the prerelease version.
0.1.0 - 2026-08-24 #
Changed #
- Promoted the initial official Flutter SDK to a stable release after validating the published package in Flutter web and Android applications.
0.1.0-dev.1 - 2026-07-27 #
Added #
- Initial Flutter / Dart SDK port of
@usenavii/corewith SVG string parity. createAvatar,selectAvatar,renderAvatar,renderGroup/renderGroupTiles,build, packs registry, seed / PRNG / sha256 helpers.NaviiandNaviiGroupwidgets viaflutter_svg(mirrors@usenavii/react-native;animatedaccepted, painted statically in v1).- Example app under
example/(seed, size, mood, group). - Golden tests against
@usenavii/corefixtures. - Flutter SDK guide at
/docs/sdk-flutter, including supported platforms and currentflutter_svganimation / filter limitations.