An open API service indexing awesome lists of open source software.

https://github.com/abandoft/webview_all

Webview for All Flutter Platform
https://github.com/abandoft/webview_all

android cross-platform flutter ios macos multiplatform web webview windows

Last synced: about 10 hours ago
JSON representation

Webview for All Flutter Platform

Awesome Lists containing this project

README

          

# WebView All

[English](https://github.com/abandoft/webview_all/blob/main/webview_all/README.md) | [中文文档](https://github.com/abandoft/webview_all/blob/main/webview_all/README-ZH.md)

A WebView component that supports all Flutter platforms and implements the
[webview_flutter platform interface](https://pub.dev/packages/webview_flutter_platform_interface).

| Platform | **Support** | **Implementation** |
|-------------|--------------|--------------|
|Android|API 24+|[WebView](https://developer.android.com/reference/android/webkit/WebView)|
|iOS|13.0+|[WKWebView](https://developer.apple.com/documentation/webkit/wkwebview)|
|macOS|10.15+|[WKWebView](https://developer.apple.com/documentation/webkit/wkwebview)|
|Windows|Win10 1809+|[WebView2](https://developer.microsoft.com/microsoft-edge/webview2)|
|Linux|webkit2gtk-4.1|[WebKitGTK](https://webkitgtk.org)|
|OHOS|API 12+|[ArkWeb](https://developer.huawei.com/consumer/en/doc/harmonyos-references-V5/ts-basic-components-web-V5)|
|Web|Any|[js-interop](https://dart.dev/interop/js-interop)|