veta_profile_kit 0.1.1
veta_profile_kit: ^0.1.1 copied to clipboard
Veta profile kit for Flutter — account profile, settings, preferences, and sign-out flow.
0.1.1 #
- Catalog enrichment: every Flutter widget now ships a copy-pasteable
example in
veta.manifest.yaml; the MCP server andapps/docs/public/catalog.v3.jsonsurface the matching snippet automatically (no stub fallbacks). - Pub.dev publishability: every package now ships LICENSE + CHANGELOG +
declared transitive dependencies. CI workflows (
ci.yml,publish-flutter.yml) run aflutter pub publish --dry-runfor every package on every push. - No breaking public API changes; consumers can bump
^0.1.0→^0.1.1with no source edits.
0.1.0 #
- Initial release: profile / settings / security screen backed by
ProfileStrategy + AuthStrategy with account update, preferences,
sessions, MFA, and sign-out. Firebase adapter shipped as
veta_profile_kit_firebase.