flutter_inappwebview_linux library
Classes
- LinuxCookieManager
-
Implementation of
PlatformCookieManagerfor Linux using WebKitGTK. - LinuxCookieManagerCreationParams
- Object specifying creation parameters for creating a LinuxCookieManager.
- LinuxFindInteractionController
-
Implementation of
PlatformFindInteractionControllerfor 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
InAppWebViewto 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
PlatformInAppWebViewControllerAPI. - LinuxInAppBrowserCreationParams
- Object specifying creation parameters for creating a LinuxInAppBrowser.
- LinuxInAppWebViewController
-
Controls a WebView, such as an
InAppWebViewwidget instance. - LinuxInAppWebViewControllerCreationParams
- Object specifying creation parameters for creating a LinuxInAppWebViewController.
- LinuxInAppWebViewPlatform
-
Implementation of
InAppWebViewPlatformusing 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.localStorageobject. It used byPlatformWebStorage. - 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.sessionStorageobject. It used byPlatformWebStorage. - LinuxSessionStorageCreationParams
- Object specifying creation parameters for creating a LinuxSessionStorage.
- LinuxStorage
-
Class that provides methods to manage the JavaScript Storage object.
It is used by
PlatformLocalStorageandPlatformSessionStorage. - 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.sessionStorageandwindow.localStorage. It used byPlatformInAppWebViewController.webStorage. - LinuxWebStorageCreationParams
- Object specifying creation parameters for creating a LinuxWebStorage.
- LinuxWebStorageManager
-
Implementation of
PlatformWebStorageManagerfor 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.