David PHAM-VAN

Add Buy Me A Coffee links

... ... @@ -5,3 +5,5 @@ This plugin works for iOS and Android.
* dart pdf: <https://pub.dartlang.org/packages/pdf>
* flutter printing: <https://pub.dartlang.org/packages/printing>
[![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:
* 1.0 is defined as 1 / 72.0 inch
* you can use the constants for centimeters, millimeters and inch defined in PdfPageFormat
[![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")
Example:
```dart
... ...
... ... @@ -11,6 +11,8 @@ This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf>
for pdf creation. Please refer to <https://pub.dartlang.org/documentation/pdf/latest/>
for documentation.
[![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")
Example:
```dart
... ...