desktop_webview_window 0.1.4
desktop_webview_window: ^0.1.4 copied to clipboard
Show a webview window on your flutter deksktop application.
0.1.4 - 2021-12-09 #
- support custom userDataFolder on Windows.
- fix open web view failed cause crash on Windows.
0.1.3 - 2021-11-25 #
Remove windows addition import requirements.
0.1.2 - 2021-11-24 #
fix TitleBar reload do not work.
0.1.1 - 2021-11-24 #
fix window title not show on macOS
0.1.0 - 2021-11-24 #
support custom titlebar.
NOTE: contains break change. more details see readme.
0.0.7 - 2021-11-11 #
- support
isWebviewAvailablecheck. - fix
clearAllcrash on Linux if no webview created.
0.0.6 (2021/11/8) #
fix swift definition conflict on macOS. flutter-plugins#17
0.0.5 - 2021-11-04 #
add setApplicationNameForUserAgent for append application name to webview user agent.
0.0.4 - 2021-10-22 #
- implement
addScriptToExecuteOnDocumentCreatedon macOS. - add hot key
command + wto close window.
0.0.3 - 2021-10-22 #
fix linux build
0.0.2 #
- rename project to desktop_webview_window
0.0.1 #
- add Windows, Linux, macOS support.