forked from DavBfr/dart_pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary _raster call in PdfPreview
- Loading branch information
Showing
4 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Pdf for Dart and Flutter | ||
|
||
 | ||
[](https://pub.dartlang.org/packages/pdf) | ||
[](https://pub.dartlang.org/packages/printing) | ||
[](https://codecov.io/gh/DavBfr/dart_pdf) | ||
|
||
 [](https://pub.dartlang.org/packages/pdf) [](https://pub.dartlang.org/packages/printing) [](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: <https://pub.dev/packages/pdf> | ||
* flutter printing: <https://pub.dev/packages/printing> | ||
* Live Demo: <https://davbfr.github.io/dart_pdf/> | ||
- dart pdf: <https://pub.dev/packages/pdf> | ||
- flutter printing: <https://pub.dev/packages/printing> | ||
- Live Demo: <https://davbfr.github.io/dart_pdf/> | ||
|
||
[](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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters