desktop_webview_window 0.3.0
desktop_webview_window: ^0.3.0 copied to clipboard
Show a webview window on your flutter desktop application.
0.3.0 #
BREAKING CHANGES
-
Require Dart 3.5 or later.
-
Require macOS 10.13 or later for the macOS plugin.
-
Change
OnUrlRequestCallbackto return aboolso navigation requests can be allowed or blocked. -
Replace
addOnUrlRequestCallbackandremoveOnUrlRequestCallbackwithsetOnUrlRequestCallback. -
Remove the
onErrorparameter fromrunWebViewTitleBarWidget. -
Add
maximizedparameter tobringToForeground#282 by Iri-Hor -
Add Linux support for
registerJavaScriptMessageHandlerandunregisterJavaScriptMessageHandler#452 by Carapacik -
Add backward compatibility with webkit2gtk-4.0 on Linux #311 by prateekmedia
-
Use deprecated WebKitGTK functions only on versions older than 2.40 #334 by prateekmedia
-
Add WebView window safety fixes for Windows and macOS #451 by paulanatoleclaudot-betclic
-
Update README #313 by tanvirulislam
0.2.3 #
- fix macOS webview window size not working.
0.2.2 #
0.2.1 #
- add Windows attentions to readme.
- fix linux close sub window cause app exited.
- fix linux webview title bar expanded unexpected.
- More control over webview position and size under windows. #206 by Lukas Heinze
- fix zone mismatch #250 by CD
- fix linux webkit2gtk deprecated error #246 by Zhiqiang Zhang
0.2.0 #
- BREAK CHANGE: bump linux webkit2gtk version to 4.1
0.1.6 #
- fix WebView render area wrong offset on Windows.
0.1.5 #
- add
closemethod for WebView. - add
onUrlRequestevent for WebView.
0.1.4 #
- support custom userDataFolder on Windows.
- fix open web view failed cause crash on Windows.
0.1.3 #
Remove windows addition import requirements.
0.1.2 #
fix TitleBar reload do not work.
0.1.1 #
fix window title not show on macOS
0.1.0 #
support custom titlebar.
NOTE: contains break change. more details see readme.
0.0.7 #
- support
isWebviewAvailablecheck. - fix
clearAllcrash on Linux if no webview created.
0.0.6 #
fix swift definition conflict on macOS. flutter-plugins#17
0.0.5 #
add setApplicationNameForUserAgent for append application name to webview user agent.
0.0.4 #
- implement
addScriptToExecuteOnDocumentCreatedon macOS. - add hot key
command + wto close window.
0.0.3 #
fix linux build
0.0.2 #
- rename project to desktop_webview_window
0.0.1 #
- add Windows, Linux, macOS support.