crossmint_core
Pure-Dart base primitives for the Crossmint Flutter SDK — config, transport, error types, chain validation, and shared models.
0.1.5
2.5K downloads/mo
#4924 most downloaded on pub.dev
Paella-Labs/crossmint-flutter-sdk
What this package is like to depend on
Last release 6 days ago
17 Aug 2026
Ships on a steady schedule
a new release about every 2 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
6 releases · first in 2026
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · Apr 2026 to Aug 2026Releases
latest 6-
0.1.517 Aug 2026Release notes
Open source →- Docs only. Reworded the dartdoc on
CrossmintErrorCode.walletDeviceSignerNotSupportedand the deprecatedwalletUnsupportedSolanaDeviceSignerto say that Solana device signer support depends on the wallet type rather than on the provider. No API or behavior change; published so pub.dev renders the corrected reference.
- Docs only. Reworded the dartdoc on
-
0.1.410 Jun 2026Release notes
Open source →- 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.
- Added
-
0.1.302 Jun 2026 -
0.1.222 Apr 2026Release notes
Open source →- 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.
- Docs: expanded dartdoc coverage on the public surface for the pub.dev
landing page, plus a follow-up pass that fixed broken
-
0.1.120 Apr 2026Release notes
Open source →- 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.
- Added
-
0.1.017 Apr 2026