widget_to_pdf_kit 1.0.1 copy "widget_to_pdf_kit: ^1.0.1" to clipboard
widget_to_pdf_kit: ^1.0.1 copied to clipboard

High-performance Flutter widget to PDF generator. Rasterizes onscreen or offscreen widgets into crisp, paginated PDF documents with custom formats and scaling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_to_pdf_kit

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

dependencies:
  widget_to_pdf_kit: ^1.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:widget_to_pdf_kit/widget_to_pdf_kit.dart';
0
likes
160
points
91
downloads

Documentation

API reference

Publisher

verified publisherbalochcodes.com

Weekly Downloads

High-performance Flutter widget to PDF generator. Rasterizes onscreen or offscreen widgets into crisp, paginated PDF documents with custom formats and scaling.

Repository (GitHub)
View/report issues

Topics

#pdf #printing #export #document #widget

License

MIT (license)

Dependencies

flutter, pdf

More

Packages that depend on widget_to_pdf_kit