crossmint_core 0.1.4
crossmint_core: ^0.1.4 copied to clipboard
Pure-Dart base primitives for the Crossmint Flutter SDK — config, transport, error types, chain validation, and shared models.
0.1.4 #
- Added
CrossmintErrorCode.walletDeviceSignerNotSupported, raised when a wallet's underlying provider does not support device signers (surfaced from the backendDEVICE_SIGNER_NOT_SUPPORTEDcode). Device signer support is now provider-dependent and validated server-side rather than blanket-rejected per chain. - Deprecated
CrossmintErrorCode.walletUnsupportedSolanaDeviceSignerin favour ofwalletDeviceSignerNotSupported. The old value is retained for source compatibility but is no longer raised by the SDK.
0.1.3 #
- Docs: dartdoc style-guide fixes in public-surface
///comments.
0.1.2 #
- 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.1 #
- Added
CrossmintErrorCode.nonCustodialBridgeHostNotMounted, raised when a non-custodial (email/phone) signer is selected but noCrossmintWalletHost/CrossmintWalletProviderhas been mounted to host the hidden signer WebView bridge.
0.1.0 #
- First public release on pub.dev
0.0.1 #
- Initial internal extraction from
crossmint_flutter - Added shared config, environment, transport, errors, logging, and common models
- Added shared orders, tokens, and users contracts and models