c2pa_flutter 0.1.0
c2pa_flutter: ^0.1.0 copied to clipboard
Combined read/write C2PA Flutter plugin with manifest signing and certificate management. Uses the official c2pa-rs Rust library via FFI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add c2pa_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
c2pa_flutter: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:c2pa_flutter/c2pa_flutter.dart';