flutter_inappwebview
flutter_inappwebview copied to clipboard
Use html string instead of URI
Environment
Flutter version: latest stable
Plugin version: any
Android version: Android 12
iOS version:
Xcode version:
Device information: Redmi 10A
Description
I want to print html string as pdf in my app. how to achieve that?
What you'd like to happen: use html string instead of uri to load html as webview and download it as pdf.
Alternatives you've considered:
I tried using html_to_pdf package but it is not working