crossmint_core 0.1.3 copy "crossmint_core: ^0.1.3" to clipboard
crossmint_core: ^0.1.3 copied to clipboard

Pure-Dart base primitives for the Crossmint Flutter SDK — config, transport, error types, chain validation, and shared models.

crossmint_core #

Shared pure-Dart primitives for the Crossmint Flutter SDK family.

Status #

  • Published support package in the crossmint_flutter package family
  • Intended to become the shared substrate for Flutter and future Dart server work
  • Usually consumed transitively through crossmint_flutter

What it owns #

  • shared config and environment derivation
  • transport interfaces and the default HTTP transport
  • shared error and logging types
  • common JSON models
  • orders, tokens, and users client contracts and models

Public libraries #

  • package:crossmint_core/crossmint_core.dart
  • package:crossmint_core/crossmint_core_parsing.dart
  • package:crossmint_core/crossmint_core_services.dart

Example #

import 'package:crossmint_core/crossmint_core.dart';

const config = CrossmintApiConfig(apiKey: 'ck_staging_...');
final environment = CrossmintEnvironment.fromApiKey(config.apiKey);

Relationship to crossmint_flutter #

Flutter apps should usually import the re-exported surface from package:crossmint_flutter/crossmint_core.dart unless they are working directly inside the package-family internals.

0
likes
150
points
123
downloads

Documentation

API reference

Publisher

verified publishercrossmint.com

Weekly Downloads

Pure-Dart base primitives for the Crossmint Flutter SDK — config, transport, error types, chain validation, and shared models.

Homepage
Repository (GitHub)
View/report issues

Topics

#crossmint #blockchain

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on crossmint_core