crossmint_auth 0.1.1
crossmint_auth: ^0.1.1 copied to clipboard
Pure-Dart authentication primitives for the Crossmint Flutter SDK — auth state, session storage, and shared models.
0.1.1 #
- Refactor: replaced
oneTimeSecret.trim().isNotEmpty == falsewithoneTimeSecret.trim().isEmptyinauth_api_service.dart. Same semantics, no double-negative. - Docs: expanded dartdoc coverage on the public surface for the pub.dev
landing page, plus a follow-up pass that fixed broken
[reference]link targets and dartdoc format regressions surfaced by the docs build.
0.1.0 #
- First public release on pub.dev
0.0.1 #
- Initial internal extraction from
crossmint_flutter - Added shared auth models, auth state, and auth storage abstractions