pdf 1.3.7 copy "pdf: ^1.3.7" to clipboard
pdf: ^1.3.7 copied to clipboard

outdated

A pdf producer for Dart. It can create pdf files for both web or flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf

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

dependencies:
  pdf: ^1.3.7

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pdf/pdf.dart';
2479
likes
0
pub points
99%
popularity

Publisher

verified publishernfet.net

A pdf producer for Dart. It can create pdf files for both web or flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, utf, vector_math

More

Packages that depend on pdf