pdf_annotations 1.0.0 copy "pdf_annotations: ^1.0.0" to clipboard
pdf_annotations: ^1.0.0 copied to clipboard

A plugin that enables adding text and freehand annotations to existing pdfs through a configurable widget. No subscriptions needed.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf_annotations

With Flutter:

 $ flutter pub add pdf_annotations

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

dependencies:
  pdf_annotations: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pdf_annotations/pdf_annotations.dart';
1
likes
0
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin that enables adding text and freehand annotations to existing pdfs through a configurable widget. No subscriptions needed.

Repository (GitHub)
View/report issues

Topics

#pdf #annotations #drawing

License

unknown (license)

Dependencies

equatable, flutter, flutter_pdfview, keyboard_height_plugin, native_device_orientation, path, path_provider, transparent_pointer

More

Packages that depend on pdf_annotations

Packages that implement pdf_annotations