webcontent_converter 0.0.10+6
webcontent_converter: ^0.0.10+6 copied to clipboard
This plugin was made for developer to convert any webcontent, web uri to image bitmap or pdf file. This plugin use WebView on android, WKWebView on Ios and chromium for desktop support.
0.0.10+6 #
- fix: web html content rendering issue by setting validator attribute to AllowAll
0.0.10+5 #
- fixed: load on windows for pp
0.0.10+4 #
- fixed: custom chromium args on windows
0.0.10+3 #
- fix: format.name = 'custom' on macos platform for pdf conversion
0.0.10+2 #
- fix: format.name = 'custom'
0.0.10+1 #
- fix download desktop script to support platform argument
- update chrome_helper to support platform argument in downloadChrome method
- support flutter 3.35
0.0.9+6 #
- fix download desktop script to support platform argument
- update chromium_helper to support platform argument in downloadChrome method
0.0.9+5 #
- fixed chrome path
- implement chrome builtin on windows/linux instead of chromium
0.0.9+4 #
- fix ios pdf content width issue with space
- increase content width to 300 DPI for high-quality print resolution
- remove zoom text for pdf convert in macos
0.0.9+3 #
- add method to convert content to pdf image bytes
0.0.9+2 #
- add #html2bitmap library to support android background
- add args allow more arguments in invoke methods
0.0.8+3 #
- customBrowserPath and chrome directory helper
- fixed cli
0.0.8+2 #
- add method justDownloadChrome, justExtractChrome, downloadChrome in bin/install_desktop
0.0.8+1 #
- add printPreview method for web, desktop and mobile
- add scale to convert content as image to make image screenshot clear
0.0.8 #
- puppeteer 2.17
- web initialize
- linux chrome path
0.0.7+2 #
- puppeteer 2.11
- inlucde browser path with initialize and deinitialize to close background browser
- flutter 3 integrate
0.0.7+1 #
- puppeteer 2.5
0.0.7 #
- null-safety merged
0.0.6+2 #
- fixed convert pdf on desktop (macos)
0.0.6+1 #
- fixed convert pdf on desktop (windows)
0.0.6 #
- add executablePath enable flexible for destkop deployment,
0.0.5 #
- add webview widget (allow to view webview in flutter app)
0.0.4 #
- add fromString to PaperFormat
0.0.3 #
- Hotfix IOS minimum version 11
0.0.2 #
- Hotfix IOS performance
0.0.1 #
- TODO: Describe initial release.