c2pa_flutter 0.1.0 copy "c2pa_flutter: ^0.1.0" to clipboard
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_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  c2pa_flutter: ^0.1.0

Alternatively, 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';
0
likes
160
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

Combined read/write C2PA Flutter plugin with manifest signing and certificate management. Uses the official c2pa-rs Rust library via FFI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_rust_bridge, http, plugin_platform_interface

More

Packages that depend on c2pa_flutter

Packages that implement c2pa_flutter