Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davbfr/dart_pdf

Pdf creation module for dart/flutter
https://github.com/davbfr/dart_pdf

dart dart-pdf flutter flutter-plugin hacktoberfest pdf pdf-generation pdf-library

Last synced: 4 days ago
JSON representation

Pdf creation module for dart/flutter

Awesome Lists containing this project

README

        

# Pdf for Dart and Flutter

![Dart CI](https://github.com/DavBfr/dart_pdf/workflows/Dart%20CI/badge.svg) [![pub package](https://img.shields.io/pub/v/pdf.svg)](https://pub.dartlang.org/packages/pdf) [![pub package](https://img.shields.io/pub/v/printing.svg)](https://pub.dartlang.org/packages/printing) [![codecov](https://codecov.io/gh/DavBfr/dart_pdf/branch/master/graph/badge.svg)](https://codecov.io/gh/DavBfr/dart_pdf)

This set of plugins allows Flutter apps to generate and print pdf files to the device printer. This plugin works for iOS and Android.

- dart pdf:
- flutter printing:
- Live Demo:

[![Buy Me A Coffee](https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png "Buy Me A Coffee")](https://www.buymeacoffee.com/JORBmbw9h "Buy Me A Coffee")

## Contributing

Follow the instructions here: [contributing](CONTRIBUTING.md).

A Makefile is available on the project root directory to download and prepare the dependencies.