David PHAM-VAN

Format Java code

# Changelog
## 1.3.24
- Format Java code
## 1.3.23
- 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
homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 1.3.23
version: 1.3.24
environment:
sdk: ">=2.1.0 <3.0.0"
... ...
... ... @@ -36,6 +36,7 @@ import android.print.PrintManager;
import android.print.pdf.PrintedPdfDocument;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import androidx.core.content.FileProvider;
import java.io.File;
... ...