s_webview/s_webview library

Public entrypoint for the s_webview subpackage.

Export this library to use the cross-platform SWebView widget and the platform helpers used by the package.

Functions

createAndroidController() WebViewController?
Gets the Android WebViewController
createIOSController() WebViewController?
Gets the iOS WebViewController
createLinuxController() Future<Webview>?
Gets the Linux WebViewController
createMacOSController() Future<Webview>?
Gets the macOS WebViewController
createWindowsController() Future<Webview>?
Gets the Windows WebViewController
initializeAndroidWebView() → void
Initializes WebView for Android platform
initializeIOSWebView() → void
Initializes WebView for iOS platform
initializeLinuxWebView() → void
Initializes WebView for Linux platform
initializeMacOSWebView() → void
Initializes WebView for macOS platform
initializeWebView() → void
Stub for web platform initialization.
initializeWindowsWebView() → void
Initializes WebView for Windows platform