Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davbfr/dart_pdf
- Owner: DavBfr
- License: apache-2.0
- Created: 2018-07-07T13:25:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T14:08:20.000Z (29 days ago)
- Last Synced: 2025-01-12T20:00:08.677Z (11 days ago)
- Topics: dart, dart-pdf, flutter, flutter-plugin, hacktoberfest, pdf, pdf-generation, pdf-library
- Language: Dart
- Homepage: https://pub.dev/packages/pdf
- Size: 17.5 MB
- Stars: 1,433
- Watchers: 20
- Forks: 643
- Open Issues: 271
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.