quill_pdf_editor 2.0.1 copy "quill_pdf_editor: ^2.0.1" to clipboard
quill_pdf_editor: ^2.0.1 copied to clipboard

A Flutter package that edits Quill content and exports it as PDF.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quill_pdf_editor

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

dependencies:
  quill_pdf_editor: ^2.0.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:quill_pdf_editor/quill_pdf_editor.dart';
5
likes
160
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that edits Quill content and exports it as PDF.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_quill, flutter_quill_extensions, open_filex, path_provider, pdf, printing

More

Packages that depend on quill_pdf_editor