Showing
2 changed files
with
3 additions
and
1 deletions
@@ -5,6 +5,8 @@ | @@ -5,6 +5,8 @@ | ||
5 | - iOS: Set cutLength to be currentSize.height [Liam Downey] | 5 | - iOS: Set cutLength to be currentSize.height [Liam Downey] |
6 | - Add Flutter 3 warning workaround | 6 | - Add Flutter 3 warning workaround |
7 | - Improve PdfPreview memory consumption | 7 | - Improve PdfPreview memory consumption |
8 | +- Clean up memory usage when using pdf.js [Garrett] | ||
9 | +- Specify the device's temp folder on Android [Álvaro Claro] | ||
8 | 10 | ||
9 | ## 5.9.0 | 11 | ## 5.9.0 |
10 | 12 |
@@ -6,7 +6,7 @@ description: > | @@ -6,7 +6,7 @@ description: > | ||
6 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 6 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
7 | repository: https://github.com/DavBfr/dart_pdf | 7 | repository: https://github.com/DavBfr/dart_pdf |
8 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 8 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
9 | -version: 5.9.2 | 9 | +version: 5.9.1 |
10 | 10 | ||
11 | environment: | 11 | environment: |
12 | sdk: ">=2.12.0 <3.0.0" | 12 | sdk: ">=2.12.0 <3.0.0" |
-
Please register or login to post a comment