Showing
4 changed files
with
15 additions
and
10 deletions
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | +## 1.3.25 | ||
4 | + | ||
5 | +- Add more warnings on type1 fonts | ||
6 | +- Simplify PdfImage constructor | ||
7 | +- Implement Image orientation | ||
8 | +- Add Exif reader | ||
9 | +- Add support for GreyScale Jpeg | ||
10 | +- Add FullPage widget | ||
11 | + | ||
3 | ## 1.3.24 | 12 | ## 1.3.24 |
4 | 13 | ||
5 | - Update Web example | 14 | - Update Web example |
@@ -12,12 +21,6 @@ | @@ -12,12 +21,6 @@ | ||
12 | - Add Footer Widget | 21 | - Add Footer Widget |
13 | - Fix Page orientation | 22 | - Fix Page orientation |
14 | - Add Ascii85 test | 23 | - Add Ascii85 test |
15 | -- Add more warnings on type1 fonts | ||
16 | -- Simplify PdfImage constructor | ||
17 | -- Implement Image orientation | ||
18 | -- Add Exif reader | ||
19 | -- Add support for GreyScale Jpeg | ||
20 | -- Add FullPage widget | ||
21 | 24 | ||
22 | ## 1.3.23 | 25 | ## 1.3.23 |
23 | 26 |
@@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl | @@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl | ||
4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf | 4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf |
5 | repository: https://github.com/DavBfr/dart_pdf | 5 | repository: https://github.com/DavBfr/dart_pdf |
6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
7 | -version: 1.3.24 | 7 | +version: 1.3.25 |
8 | 8 | ||
9 | environment: | 9 | environment: |
10 | sdk: ">=2.3.0 <3.0.0" | 10 | sdk: ">=2.3.0 <3.0.0" |
@@ -4,11 +4,11 @@ description: Plugin that allows Flutter apps to generate and print documents to | @@ -4,11 +4,11 @@ description: Plugin that allows Flutter apps to generate and print documents to | ||
4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 4 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
5 | repository: https://github.com/DavBfr/dart_pdf | 5 | repository: https://github.com/DavBfr/dart_pdf |
6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 6 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
7 | -version: 2.1.9 | 7 | +version: 3.0.0 |
8 | 8 | ||
9 | environment: | 9 | environment: |
10 | sdk: ">=2.3.0 <3.0.0" | 10 | sdk: ">=2.3.0 <3.0.0" |
11 | - flutter: "^1.10.0" | 11 | + flutter: "^1.12.0" |
12 | 12 | ||
13 | dependencies: | 13 | dependencies: |
14 | flutter: | 14 | flutter: |
-
Please register or login to post a comment