flutter_inappwebview_web library

Classes

InAppWebViewFlutterPlugin
Builds an iframe based WebView.
WebPlatformCookieManager
Class that implements a singleton object (shared instance) which manages the cookies used by WebView instances. On Android, it is implemented using CookieManager. On iOS, it is implemented using WKHTTPCookieStore.
WebPlatformCookieManagerCreationParams
Object specifying creation parameters for creating a WebPlatformCookieManager.
WebPlatformHeadlessInAppWebView
Class that represents a WebView in headless mode. It can be used to run a WebView in background without attaching an InAppWebView to the widget tree.
WebPlatformHeadlessInAppWebViewCreationParams
Object specifying creation parameters for creating a WebPlatformHeadlessInAppWebView.
WebPlatformInAppWebViewController
Controls a WebView, such as an InAppWebView widget instance, a WebPlatformHeadlessInAppWebView instance or WebPlatformInAppBrowser WebView instance.
WebPlatformInAppWebViewControllerCreationParams
Object specifying creation parameters for creating a WebPlatformInAppWebViewController.
WebPlatformInAppWebViewPlatform
Implementation of InAppWebViewPlatform using the Web API.
WebPlatformInAppWebViewWidget
Flutter Widget for adding an inline native WebView integrated in the flutter widget tree.
WebPlatformInAppWebViewWidgetCreationParams
Object specifying creation parameters for creating a PlatformInAppWebViewWidget.
WebPlatformLocalStorage
Class that provides methods to manage the JavaScript window.localStorage object. It used by PlatformWebStorage.
WebPlatformLocalStorageCreationParams
Object specifying creation parameters for creating a WebPlatformLocalStorage.
WebPlatformSessionStorage
Class that provides methods to manage the JavaScript window.sessionStorage object. It used by PlatformWebStorage.
WebPlatformSessionStorageCreationParams
Object specifying creation parameters for creating a WebPlatformSessionStorage.
WebPlatformStorage
Class that provides methods to manage the JavaScript Storage object. It is used by PlatformLocalStorage and PlatformSessionStorage.
WebPlatformStorageCreationParams
Object specifying creation parameters for creating a WebPlatformStorage.
WebPlatformWebStorage
Class that provides access to the JavaScript Web Storage API: window.sessionStorage and window.localStorage. It used by PlatformInAppWebViewController.webStorage.
WebPlatformWebStorageCreationParams
Object specifying creation parameters for creating a WebPlatformWebStorage.

Functions

nativeCommunication(String method, dynamic viewId, [List? args]) Future
Allows calling the assigned function from Dart as well.