open_pdf_annotation_engine 0.4.0
open_pdf_annotation_engine: ^0.4.0 copied to clipboard
Android-first Flutter plugin for editable PDF annotations, sidecar persistence, notes export, flattened export, and open PDF write-back without a commercial SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add open_pdf_annotation_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
open_pdf_annotation_engine: ^0.4.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:open_pdf_annotation_engine/open_pdf_annotation_engine.dart';