webview_flutter_pagecall_poc library
Classes
- JavaScriptMessage
-
A message that was sent by JavaScript code running in a
WebView
. - Callbacks for accepting or rejecting navigation changes, and for tracking the progress of navigation requests.
- Defines the parameters of the pending navigation callback.
-
Object specifying creation parameters for creating a
PlatformNavigationDelegate
. - PlatformWebViewControllerCreationParams
-
Object specifying creation parameters for creating a
PlatformWebViewController
. - PlatformWebViewCookieManagerCreationParams
-
Object specifying creation parameters for creating a
PlatformWebViewCookieManager
. - PlatformWebViewWidgetCreationParams
-
Object specifying creation parameters for creating a
WebViewWidgetDelegate
. - WebResourceError
-
Error returned in
WebView.onWebResourceError
when a web resource loading error has occurred. - WebViewController
- Controls a WebView provided by the host platform.
- WebViewCookie
-
A cookie that can be set globally for all web views using
WebViewCookieManagerPlatform
. - WebViewCookieManager
- Manages cookies pertaining to all WebViews.
- WebViewPlatform
- Interface for a platform implementation of a WebView.
- WebViewWidget
- Displays a native WebView as a Widget.
Enums
- JavaScriptMode
- Describes the state of JavaScript support in a given web view.
- LoadRequestMethod
-
Defines the supported HTTP methods for loading a page in
PlatformWebViewController
. - A decision on how to handle a navigation request.
- WebResourceErrorType
- Possible error type categorizations used by WebResourceError.
Typedefs
- Signature for callbacks that report a pending navigation request.
- PageEventCallback = void Function(String url)
- Signature for callbacks that report page events triggered by the native web view.
- ProgressCallback = void Function(int progress)
- Signature for callbacks that report loading progress of a page.
- WebResourceErrorCallback = void Function(WebResourceError error)
- Signature for callbacks that report a resource loading error.