flutter_inappwebview_windows
Windows implementation of the flutter_inappwebview plugin.
0.6.0
1.1M downloads/mo
#333 most downloaded on pub.dev
pichillilorenzo/flutter_inappwebview
What this package is like to depend on
Last release 6 months ago
04 Feb 2026
Ships unpredictably
gaps range from 8 days to 1.2 years
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
14 releases · first in 2024
1 release in the last 12 months
see the full history below
Release timeline
14 releases · Sep 2024 to Feb 2026
2025
2026
Releases
latest 14-
0.7.0-beta.304 Feb 2026 pre-releaseRelease notes
Open source →- Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.3
- Updated Microsoft.Web.WebView2 SDK version from
1.0.2849.39to1.0.3650.58 - Implemented
getFrameId,getFavicon,showSaveAsUI,getMemoryUsageTargetLevel,setMemoryUsageTargetLevelInAppWebViewController method - Added support for
onEnterFullscreen,onExitFullscreen,onContentLoading,onDOMContentLoaded,onLaunchingExternalUriScheme,onFaviconChanged,onNotificationReceived,onSaveAsUIShowing,onSaveFileSecurityCheckStarting,onScreenCaptureStartingWebView events. - Added native FindInteractionController implementation using WebView2
ICoreWebView2Find. - Implemented
setFindOptionsFindInteractionController method - Implemented
PlatformWebNotificationControllerfeature - Merged "windows: fix WebViewEnvironment dispose crash" #2433 (thanks to GooRingX)
- Merged "fix #2484, Remove not-empty assert for Cookie.value" #2486 (thanks to laishere)
- Merged "Prevent Unpredictable Close On Windows" #2543 (thanks to momadvisor)
-
0.7.0-beta.226 Nov 2024 pre-releaseRelease notes
Open source →- Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.2
- Updated Microsoft.Web.WebView2 SDK version from
1.0.2792.45to1.0.2849.39 - Implemented
disableDefaultErrorPage,statusBarEnabled,browserAcceleratorKeysEnabled,generalAutofillEnabled,passwordAutosaveEnabled,isPinchZoomEnabled,allowsBackForwardNavigationGestures,hiddenPdfToolbarItems,reputationCheckingRequired,nonClientRegionSupportEnabledproperties ofInAppWebViewSettings - Implemented
isInterfaceSupported,getProcessInfos,getFailureReportFolderPathWebViewEnvironment methods - Implemented
isInterfaceSupported,getZoomScaleInAppWebViewController method - Implemented
onDownloadStarting,onAcceleratorKeyPressedWebView event - Implemented
exclusiveUserDataFolderAccess,isCustomCrashReportingEnabled,enableTrackingPrevention,areBrowserExtensionsEnabled,channelSearchKind,releaseChannels,scrollbarStyleproperties ofWebViewEnvironmentSettings - Implemented
onNewBrowserVersionAvailable,onBrowserProcessExited,onProcessInfosChangedWebViewEnvironment events - Send mouse leave region event to native view
- Fixed wrong channel name when creating a
WebViewEnvironmentinstance - Fixed "[Windows] Has an overlay on the desktop when the application is minimized" #2402
- Fixed "[Windows] missing implementation of onPermissionRequest event will cause crash when requested by the webpage" #2404
- Fixed "Windows: getCookies return empty list" #2314
-
0.7.0-beta.105 Nov 2024 pre-releaseRelease notes
Open source →- Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.1
- Updated
scrollMultiplierdefault value from 6 to 1 - Added support for
UserScript.allowedOriginRulesandUserScript.forMainFrameOnlyparameters - Implemented
onReceivedHttpAuthRequest,onReceivedClientCertRequest,onReceivedServerTrustAuthRequest,onRenderProcessGone,onRenderProcessUnresponsive,onWebContentProcessDidTerminate,onProcessFailedWebView events - Implemented
clearSslPreferencesWebView method - Fixed
get_optional_fl_map_valueimplementation inutils/flutter.h - Fixed "Error in transparentBackground handling in Windows" #2391
-
0.6.008 Oct 2024 -
0.5.002 Oct 2024Release notes
Open source →- Implemented
shouldInterceptRequest,onLoadResourceWithCustomSchemeWebView events - Updated flutter_inappwebview_platform_interface version to ^1.3.0
- Implemented
-
0.5.0+104 Oct 2024 -
0.5.0+204 Oct 2024Release notes
Open source →- Fixed
InAppWebViewController.callAsyncJavaScriptnot working with JSON objects
- Fixed
-
0.4.101 Oct 2024 -
0.4.029 Sep 2024Release notes
Open source →- Updated
shouldOverrideUrlLoadingimplementation using the Chrome DevTools Protocol API Fetch.requestPaused event - Updated flutter_inappwebview_platform_interface version to ^1.2.0
- Updated
-
0.3.027 Sep 2024Release notes
Open source →- Implemented
pause,resume,getCertificatemethods forInAppWebViewController - Implemented
onPermissionRequestWebView event
- Implemented
-
0.3.0+128 Sep 2024 -
0.2.026 Sep 2024Release notes
Open source →- Added support for keeping alive InAppWebView widgets
- Added onProgressChanged, onCreateWindow, onCloseWindow support
- Updated Microsoft.Web.WebView2 SDK version from
1.0.2210.55to1.0.2792.45 - Updated pubspec.yaml
- Fixed
CookieManager.setCookie
-
0.2.0+127 Sep 2024Release notes
Open source →- Fixed
InAppWebViewController.evaluateJavascriptnot working with JSON objects - Fixed
InAppWebViewManager::METHOD_CHANNEL_NAMEc++ value - Fixed
InAppWebViewController.takeScreenshotto behave consistently with the other platforms
- Fixed
-
0.1.023 Sep 2024