David PHAM-VAN

Update Changelog and version

# 1.1.0
* Rename classes to satisfy Dart conventions
* Remove useless new and const keywords
* Mark some internal functions as protected
* Fix annotations
* Implement default fonts bounding box
# 1.0.8
* Fix monospace TTF font loading
* Add PDFPageFormat::toString
... ...
... ... @@ -2,7 +2,7 @@ name: pdf
author: David PHAM-VAN <dev.nfet.net@gmail.com>
description: A pdf producer for Dart. It can create pdf files for both web or flutter.
homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
version: 1.0.8
version: 1.1.0
environment:
sdk: ">=1.8.0 <3.0.0"
... ...
# 1.1.0
* Rename classes to satisfy Dart conventions
* Remove useless new and const keywords
# 1.0.6
* Add screenshot example
... ...
... ... @@ -2,7 +2,7 @@ name: printing
author: David PHAM-VAN <dev.nfet.net@gmail.com>
description: Plugin that allows Flutter apps to generate and print documents to android or ios compatible printers
homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
version: 1.0.6
version: 1.1.0
environment:
sdk: ">=1.19.0 <3.0.0"
... ... @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pdf: "^1.0.7"
pdf: "^1.1.0"
flutter:
plugin:
... ...