cntm_nucleus 0.3.0
cntm_nucleus: ^0.3.0 copied to clipboard
Nucleus authentication SDK for Flutter.
Changelog #
0.3.0 - 2026-04-13 #
Features #
- add package registry publishing for all 13 SDKs (6bc3b77)
- add Phase 7 MVP SDKs (Node.js, Next.js, Flutter, Java, Python) (9c426b7)
- add Zod-based input validation for email and password across SDKs (9b95dd1)
- flutter: implement full Nucleus SDK with Clerk parity (f2a8090)
- flutter: wire OAuth flow into NucleusAuth (59ca703)
- implement 5 incomplete SDKs — full Clerk parity (f9d1cc5)
- sdks: add runtime dev preview warnings to all SDKs (ddc8908)
Bug Fixes #
- address code review issues across all SDKs (c3c8e63)
- ci: fix all SDK build issues for publish workflow (af22bb4)
- flutter: add OAuth CSRF state parameter (52ac685)
- flutter: cache NucleusOAuth instance to preserve CSRF state (87358c3)
- remove tracked build artifacts and resolve Flutter SDK errors (#3) (676f8d5)
- update all remaining old package name references (#40) (6b47ea9)
0.2.0 - 2026-04-09 #
Features #
- add package registry publishing for all 13 SDKs (6bc3b77)
- add Phase 7 MVP SDKs (Node.js, Next.js, Flutter, Java, Python) (9c426b7)
- add Zod-based input validation for email and password across SDKs (9b95dd1)
- flutter: implement full Nucleus SDK with Clerk parity (f2a8090)
- flutter: wire OAuth flow into NucleusAuth (59ca703)
- implement 5 incomplete SDKs — full Clerk parity (f9d1cc5)
- sdks: add runtime dev preview warnings to all SDKs (ddc8908)
Bug Fixes #
- address code review issues across all SDKs (c3c8e63)
- ci: fix all SDK build issues for publish workflow (af22bb4)
- flutter: add OAuth CSRF state parameter (52ac685)
- flutter: cache NucleusOAuth instance to preserve CSRF state (87358c3)
- nextjs: set refresh cookie expiry to 30 days instead of JWT expiry (7e2688b)
- remove tracked build artifacts and resolve Flutter SDK errors (#3) (676f8d5)
- update all remaining old package name references (#40) (6b47ea9)
0.1.0 #
- Initial dev preview release
- Full authentication flows (signIn, signUp, signOut)
- OAuth support via url_launcher
- MFA (TOTP, SMS, backup codes)
- Organization RBAC
- UI widgets with theming