Afur/flutter_html_to_pdf

No muestra imágenes en Android Api 30

Opened this issue · 1 comments

The plugin works fine up to Android Api 29 if the application is compiled in api 30 on Android it is not able to show the images in the logo. says web-img

As the documentation says, applications after November 2 should be oriented to Android ** Api 29 0 30 **

API objective

Here an image

photo

add this line:
webView.getSettings().setAllowFileAccess(true);
To HtmlToPdfConerter.kt