desktop_webview_window 0.1.0 copy "desktop_webview_window: ^0.1.0" to clipboard
desktop_webview_window: ^0.1.0 copied to clipboard

outdated

Show a webview window on your flutter deksktop application.

0.1.0 - 2021-11-24 #

support custom titlebar.

0.0.7 - 2021-11-11 #

  1. support isWebviewAvailable check.
  2. fix clearAll crash 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 #

  1. implement addScriptToExecuteOnDocumentCreated on macOS.
  2. 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.