pdf_maker 1.1.0 copy "pdf_maker: ^1.1.0" to clipboard
pdf_maker: ^1.1.0 copied to clipboard

PDF Maker is a simple yet powerful Flutter plugin that lets you design your pages and turn them into high-quality PDF documents.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pdf_maker

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

dependencies:
  pdf_maker: ^1.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:pdf_maker/pdf_maker.dart';
13
likes
140
points
49
downloads
screenshot

Publisher

verified publisherflutterwiki.com

Weekly Downloads

PDF Maker is a simple yet powerful Flutter plugin that lets you design your pages and turn them into high-quality PDF documents.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pdf, plugin_platform_interface

More

Packages that depend on pdf_maker