David PHAM-VAN

Update version numbers and changelogs

  1 +# 1.0.8
  2 +* Fix monospace TTF font loading
  3 +* Add PDFPageFormat::toString
  4 +
1 # 1.0.7 5 # 1.0.7
2 * Use lowercase page dimension constants 6 * Use lowercase page dimension constants
3 7
@@ -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.0.7 5 +version: 1.0.8
6 6
7 environment: 7 environment:
8 sdk: ">=1.8.0 <3.0.0" 8 sdk: ">=1.8.0 <3.0.0"