dart_pdf_editor 1.2.3 copy "dart_pdf_editor: ^1.2.3" to clipboard
dart_pdf_editor: ^1.2.3 copied to clipboard

Flutter PDF viewer and editor for Dart: native rendering, text selection, search, annotations, forms, signatures, page editing, and document comparison.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_pdf_editor

With Flutter:

 $ flutter pub add dart_pdf_editor

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

dependencies:
  dart_pdf_editor: ^1.2.3

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:dart_pdf_editor/dart_pdf_editor.dart';
9
likes
0
points
3.19k
downloads

Publisher

verified publisherbenmilanko.com

Weekly Downloads

Flutter PDF viewer and editor for Dart: native rendering, text selection, search, annotations, forms, signatures, page editing, and document comparison.

Repository (GitHub)
View/report issues

Topics

#pdf #pdf-viewer #pdf-editor #annotations #form

License

unknown (license)

Dependencies

flutter, image, pdf_cos, pdf_document, pdf_graphics, shared_preferences, web

More

Packages that depend on dart_pdf_editor