htmltopdfwidgets 1.0.9 copy "htmltopdfwidgets: ^1.0.9" to clipboard
htmltopdfwidgets: ^1.0.9 copied to clipboard

A Dart package that converts HTML and Markdown rich text content into high-quality PDF widgets. Simplify the creation of PDF documents by seamlessly transforming your structured text content into prin [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add htmltopdfwidgets

With Flutter:

 $ flutter pub add htmltopdfwidgets

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

dependencies:
  htmltopdfwidgets: ^1.0.9

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:htmltopdfwidgets/htmltopdfwidgets.dart';
56
likes
140
points
10.3k
downloads

Publisher

verified publisheralihassan143cool.blogspot.com

Weekly Downloads

A Dart package that converts HTML and Markdown rich text content into high-quality PDF widgets. Simplify the creation of PDF documents by seamlessly transforming your structured text content into printable, professional PDFs. Perfect for generating reports, invoices, and more!

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

html, http, markdown, pdf

More

Packages that depend on htmltopdfwidgets