David PHAM-VAN

Format Java code

1 # Changelog 1 # Changelog
2 2
  3 +## 1.3.24
  4 +
  5 +- Format Java code
  6 +
3 ## 1.3.23 7 ## 1.3.23
4 8
5 - Implement ListView.builder and ListView.separated 9 - Implement ListView.builder and ListView.separated
@@ -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;