David PHAM-VAN

Add screenshots to Readme

  1 +# 1.3.2
  2 +* Update Readme
  3 +
1 # 1.3.1 4 # 1.3.1
2 * Fix pana linting notices 5 * Fix pana linting notices
3 6
@@ -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 +![Example document](example.jpg)
  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:
@@ -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"
  1 +# 1.3.3
  2 +* Update Readme
  3 +
1 # 1.3.2 4 # 1.3.2
2 * Fix iOS printing issues 5 * Fix iOS printing issues
3 6
@@ -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.
@@ -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"