desktop_webview_window 0.1.0
desktop_webview_window: ^0.1.0 copied to clipboard
Show a webview window on your flutter deksktop application.
0.1.0 - 2021-11-24 #
support custom titlebar.
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.