Showing
4 changed files
with
14 additions
and
3 deletions
1 | +# 1.1.0 | ||
2 | +* Rename classes to satisfy Dart conventions | ||
3 | +* Remove useless new and const keywords | ||
4 | +* Mark some internal functions as protected | ||
5 | +* Fix annotations | ||
6 | +* Implement default fonts bounding box | ||
7 | + | ||
1 | # 1.0.8 | 8 | # 1.0.8 |
2 | * Fix monospace TTF font loading | 9 | * Fix monospace TTF font loading |
3 | * Add PDFPageFormat::toString | 10 | * Add PDFPageFormat::toString |
@@ -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.8 | 5 | +version: 1.1.0 |
6 | 6 | ||
7 | environment: | 7 | environment: |
8 | sdk: ">=1.8.0 <3.0.0" | 8 | sdk: ">=1.8.0 <3.0.0" |
@@ -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.0.6 | 5 | +version: 1.1.0 |
6 | 6 | ||
7 | environment: | 7 | environment: |
8 | sdk: ">=1.19.0 <3.0.0" | 8 | sdk: ">=1.19.0 <3.0.0" |
@@ -10,7 +10,7 @@ environment: | @@ -10,7 +10,7 @@ environment: | ||
10 | dependencies: | 10 | dependencies: |
11 | flutter: | 11 | flutter: |
12 | sdk: flutter | 12 | sdk: flutter |
13 | - pdf: "^1.0.7" | 13 | + pdf: "^1.1.0" |
14 | 14 | ||
15 | flutter: | 15 | flutter: |
16 | plugin: | 16 | plugin: |
-
Please register or login to post a comment