crossmint_flutter 0.2.1 copy "crossmint_flutter: ^0.2.1" to clipboard
crossmint_flutter: ^0.2.1 copied to clipboard

Flutter SDK for Crossmint wallets, authentication, signers, embedded checkout, and verifiable credentials. Headless-first — you own the UI.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'env.dart';
import 'wallets_v1_playground_app.dart';

Future<void> main() async {
  await loadEnv();
  runApp(const CrossmintWalletsV1PlaygroundApp());
}