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

`c2pa_view` is a Flutter plugin for viewing C2PA manifests in files. It provides an interactive interface to extract and display C2PA metadata using the official C2PA Rust library and the Flutter Rust Bridge.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add c2pa_view

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

dependencies:
  c2pa_view: ^0.2.1

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_view/c2pa_view.dart';
1
likes
125
points
40
downloads

Documentation

API reference

Publisher

verified publisherinreality.io

Weekly Downloads

`c2pa_view` is a Flutter plugin for viewing C2PA manifests in files. It provides an interactive interface to extract and display C2PA metadata using the official C2PA Rust library and the Flutter Rust Bridge.

License

MIT (license)

Dependencies

equatable, flutter, flutter_rust_bridge, http, intl, plugin_platform_interface

More

Packages that depend on c2pa_view

Packages that implement c2pa_view