annotation_for_all 0.1.0 copy "annotation_for_all: ^0.1.0" to clipboard
annotation_for_all: ^0.1.0 copied to clipboard

A standalone Flutter toolkit for annotating PDFs and images: freehand drawing, highlight, underline, grading marks (tick, cross, circle, question mark, number stamps), image insertion, and undo/redo. [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add annotation_for_all

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

dependencies:
  annotation_for_all: ^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:annotation_for_all/annotation_for_all.dart';
0
likes
130
points
115
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A standalone Flutter toolkit for annotating PDFs and images: freehand drawing, highlight, underline, grading marks (tick, cross, circle, question mark, number stamps), image insertion, and undo/redo. Returns the annotated PDF as bytes — no backend or storage assumptions.

Repository (GitHub)
View/report issues

Topics

#pdf #annotation #drawing #markup #grading

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_colorpicker, image_picker, open_file, path_provider, syncfusion_flutter_pdf, syncfusion_flutter_pdfviewer, universal_html

More

Packages that depend on annotation_for_all