quill_pdf_converter 9.3.10 copy "quill_pdf_converter: ^9.3.10" to clipboard
quill_pdf_converter: ^9.3.10 copied to clipboard

A extension for flutter_quill package to add support for dealing with conversion to pdf

Flutter Quill Pdf #

A extension for flutter_quill package to add support for dealing with conversion to Pdf

It uses quill_html_converter package to convert the the delta to Html and htmltopdfwidgets to convert the Html to Pdf

This library is experimental and the support might be dropped at anytime.

Features #

- Easy to use
- Support Flutter Quill package

Getting started #

dependencies:
  quill_pdf_converter: ^<latest-version-here>

Usage #

First, you need to setup the flutter_quill first

Then you can simply convert to PDF

import 'package:quill_pdf_converter/quill_pdf_converter.dart';

// Convert Delta to Pdf
final pdfWidgets = _controller.document.toDelta().toPdf();

3
likes
0
pub points
84%
popularity

Publisher

verified publisherfreshplatform.net

A extension for flutter_quill package to add support for dealing with conversion to pdf

Repository (GitHub)
View/report issues

Topics

#ui #widget #rich-text-editor #quill

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

dart_quill_delta, flutter, htmltopdfwidgets, meta, pdf, quill_html_converter

More

Packages that depend on quill_pdf_converter