flutter_inappwebview_linux library

Classes

LinuxCookieManager
Implementation of PlatformCookieManager for Linux using WebKitGTK.
LinuxCookieManagerCreationParams
Object specifying creation parameters for creating a LinuxCookieManager.
LinuxFindInteractionController
Implementation of PlatformFindInteractionController for Linux.
LinuxFindInteractionControllerCreationParams
Object specifying creation parameters for creating a LinuxFindInteractionController.
LinuxHeadlessInAppWebView
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.
LinuxHeadlessInAppWebViewCreationParams
Object specifying creation parameters for creating a LinuxHeadlessInAppWebView.
LinuxHttpAuthCredentialDatabase
Class that implements a singleton object (shared instance) which manages the shared HTTP auth credentials cache.
LinuxHttpAuthCredentialDatabaseCreationParams
Object specifying creation parameters for creating a LinuxHttpAuthCredentialDatabase.
LinuxInAppBrowser
This class represents a native WebView displayed on top of the Flutter App, so it's not integrated into the Flutter widget tree. It uses the native WebView of the platform. The webViewController field can be used to access the PlatformInAppWebViewController API.
LinuxInAppBrowserCreationParams
Object specifying creation parameters for creating a LinuxInAppBrowser.
LinuxInAppWebViewController
Controls a WebView, such as an InAppWebView widget instance.
LinuxInAppWebViewControllerCreationParams
Object specifying creation parameters for creating a LinuxInAppWebViewController.
LinuxInAppWebViewPlatform
Implementation of InAppWebViewPlatform using WPE WebKit.
LinuxInAppWebViewWidget
Flutter Widget for adding an inline native WebView integrated in the flutter widget tree.
LinuxInAppWebViewWidgetCreationParams
Object specifying creation parameters for creating a PlatformInAppWebViewWidget.
LinuxJavaScriptReplyProxy
LinuxJavaScriptReplyProxyCreationParams
Object specifying creation parameters for creating a LinuxJavaScriptReplyProxy.
LinuxLocalStorage
Class that provides methods to manage the JavaScript window.localStorage object. It used by PlatformWebStorage.
LinuxLocalStorageCreationParams
Object specifying creation parameters for creating a LinuxLocalStorage.
LinuxProxyController
Manages setting and clearing a process-specific override for the WebView system-wide proxy settings that govern network requests made by WebView.
LinuxProxyControllerCreationParams
Object specifying creation parameters for creating a LinuxProxyController.
LinuxSessionStorage
Class that provides methods to manage the JavaScript window.sessionStorage object. It used by PlatformWebStorage.
LinuxSessionStorageCreationParams
Object specifying creation parameters for creating a LinuxSessionStorage.
LinuxStorage
Class that provides methods to manage the JavaScript Storage object. It is used by PlatformLocalStorage and PlatformSessionStorage.
LinuxStorageCreationParams
Object specifying creation parameters for creating a LinuxStorage.
LinuxWebMessageChannel
The representation of the HTML5 message channels.
LinuxWebMessageChannelCreationParams
Object specifying creation parameters for creating a LinuxWebMessageChannel.
LinuxWebMessageListener
This listener receives messages sent on the JavaScript object which was injected by PlatformInAppWebViewController.addWebMessageListener.
LinuxWebMessageListenerCreationParams
Object specifying creation parameters for creating a LinuxWebMessageListener.
LinuxWebMessagePort
The representation of the HTML5 message ports.
LinuxWebMessagePortCreationParams
Object specifying creation parameters for creating a LinuxWebMessagePort.
LinuxWebStorage
Class that provides access to the JavaScript Web Storage API: window.sessionStorage and window.localStorage. It used by PlatformInAppWebViewController.webStorage.
LinuxWebStorageCreationParams
Object specifying creation parameters for creating a LinuxWebStorage.
LinuxWebStorageManager
Implementation of PlatformWebStorageManager for Linux using WPE WebKit.
LinuxWebStorageManagerCreationParams
Object specifying creation parameters for creating a LinuxWebStorageManager.
LinuxWebViewEnvironment
Linux implementation of PlatformWebViewEnvironment.
LinuxWebViewEnvironmentCreationParams
Object specifying creation parameters for creating a LinuxWebViewEnvironment.