David PHAM-VAN

Add Buy Me A Coffee links

@@ -5,3 +5,5 @@ This plugin works for iOS and Android. @@ -5,3 +5,5 @@ This plugin works for iOS and Android.
5 5
6 * dart pdf: <https://pub.dartlang.org/packages/pdf> 6 * dart pdf: <https://pub.dartlang.org/packages/pdf>
7 * flutter printing: <https://pub.dartlang.org/packages/printing> 7 * flutter printing: <https://pub.dartlang.org/packages/printing>
  8 +
  9 +[![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")
@@ -18,6 +18,8 @@ The coordinate system is using the internal Pdf unit: @@ -18,6 +18,8 @@ The coordinate system is using the internal Pdf unit:
18 * 1.0 is defined as 1 / 72.0 inch 18 * 1.0 is defined as 1 / 72.0 inch
19 * you can use the constants for centimeters, millimeters and inch defined in PdfPageFormat 19 * you can use the constants for centimeters, millimeters and inch defined in PdfPageFormat
20 20
  21 +[![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")
  22 +
21 Example: 23 Example:
22 24
23 ```dart 25 ```dart
@@ -11,6 +11,8 @@ This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf> @@ -11,6 +11,8 @@ This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf>
11 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/>
12 for documentation. 12 for documentation.
13 13
  14 +[![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")
  15 +
14 Example: 16 Example:
15 17
16 ```dart 18 ```dart