Showing
8 changed files
with
13 additions
and
3 deletions
@@ -8,7 +8,9 @@ This library is divided in two parts: | @@ -8,7 +8,9 @@ This library is divided in two parts: | ||
8 | It can create a full multi-pages document with graphics, | 8 | It can create a full multi-pages document with graphics, |
9 | images and text using TrueType fonts. With the ease of use you already know. | 9 | images and text using TrueType fonts. With the ease of use you already know. |
10 | 10 | ||
11 | -> Use `printing` package <https://pub.dartlang.org/packages/printing> | 11 | + |
12 | + | ||
13 | +> Use the `printing` package <https://pub.dartlang.org/packages/printing> | ||
12 | > for full flutter print and share operation. | 14 | > for full flutter print and share operation. |
13 | 15 | ||
14 | The coordinate system is using the internal Pdf unit: | 16 | The coordinate system is using the internal Pdf unit: |
pdf/example.jpg
0 → 100644

175 KB
@@ -2,7 +2,7 @@ name: pdf | @@ -2,7 +2,7 @@ name: pdf | ||
2 | author: David PHAM-VAN <dev.nfet.net@gmail.com> | 2 | author: David PHAM-VAN <dev.nfet.net@gmail.com> |
3 | description: A pdf producer for Dart. It can create pdf files for both web or flutter. | 3 | description: A pdf producer for Dart. It can create pdf files for both web or flutter. |
4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf | 4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf |
5 | -version: 1.3.1 | 5 | +version: 1.3.2 |
6 | 6 | ||
7 | environment: | 7 | environment: |
8 | sdk: ">=1.8.0 <3.0.0" | 8 | sdk: ">=1.8.0 <3.0.0" |
@@ -5,6 +5,8 @@ documents to android or ios compatible printers | @@ -5,6 +5,8 @@ documents to android or ios compatible printers | ||
5 | 5 | ||
6 | See the example on how to use the plugin. | 6 | See the example on how to use the plugin. |
7 | 7 | ||
8 | +<img alt="Example document" src="example.png" width="300"> | ||
9 | + | ||
8 | > This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf> | 10 | > This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf> |
9 | > for pdf creation. Please refer to <https://pub.dartlang.org/documentation/pdf/latest/> | 11 | > for pdf creation. Please refer to <https://pub.dartlang.org/documentation/pdf/latest/> |
10 | > for documentation. | 12 | > for documentation. |
printing/example.png
0 → 100644

182 KB
@@ -2,7 +2,7 @@ name: printing | @@ -2,7 +2,7 @@ name: printing | ||
2 | author: David PHAM-VAN <dev.nfet.net@gmail.com> | 2 | author: David PHAM-VAN <dev.nfet.net@gmail.com> |
3 | description: Plugin that allows Flutter apps to generate and print documents to android or ios compatible printers | 3 | description: Plugin that allows Flutter apps to generate and print documents to android or ios compatible printers |
4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
5 | -version: 1.3.2 | 5 | +version: 1.3.3 |
6 | 6 | ||
7 | environment: | 7 | environment: |
8 | sdk: ">=1.19.0 <3.0.0" | 8 | sdk: ">=1.19.0 <3.0.0" |
-
Please register or login to post a comment