desktop_webview_window 0.0.6 desktop_webview_window: ^0.0.6 copied to clipboard
Show a webview window on your flutter deksktop application.
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
addScriptToExecuteOnDocumentCreated
on macOS. - add hot key
command + w
to 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.