zuke_core 0.3.0
zuke_core: ^0.3.0 copied to clipboard
Shared analyzer-free Zuke contracts, identities, evidence, and assurance infrastructure.
example/zuke_core_example.dart
import 'package:zuke_core/zuke_core.dart';
void main() {
const identity = ExecutionSourceIdentity(
sourcePackage: 'example',
sourceAdapter: 'example.adapter',
sourceCompatibilityId: 'example-adapter-v1',
);
print(identity.toJson());
}