kCrossmintFlutterSdkVersion top-level constant

String const kCrossmintFlutterSdkVersion

Version of the crossmint_flutter SDK reported to the Crossmint backend (e.g. via sdkMetadata query parameters on embedded checkout).

Keep in sync with the version: field in pubspec.yaml. The test/sdk_version_pubspec_drift_test.dart test enforces equality.

Implementation

const String kCrossmintFlutterSdkVersion = '0.3.0';