Showing
3 changed files
with
6 additions
and
1 deletions
| @@ -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.23 | 7 | +version: 1.3.24 |
| 8 | 8 | ||
| 9 | environment: | 9 | environment: |
| 10 | sdk: ">=2.1.0 <3.0.0" | 10 | sdk: ">=2.1.0 <3.0.0" |
| @@ -36,6 +36,7 @@ import android.print.PrintManager; | @@ -36,6 +36,7 @@ import android.print.PrintManager; | ||
| 36 | import android.print.pdf.PrintedPdfDocument; | 36 | import android.print.pdf.PrintedPdfDocument; |
| 37 | import android.webkit.WebView; | 37 | import android.webkit.WebView; |
| 38 | import android.webkit.WebViewClient; | 38 | import android.webkit.WebViewClient; |
| 39 | + | ||
| 39 | import androidx.core.content.FileProvider; | 40 | import androidx.core.content.FileProvider; |
| 40 | 41 | ||
| 41 | import java.io.File; | 42 | import java.io.File; |
-
Please register or login to post a comment