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
- Host: GitHub
- URL: https://github.com/abandoft/webview_all
- Owner: abandoft
- License: mit
- Created: 2023-07-23T07:22:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-28T08:24:17.000Z (1 day ago)
- Last Synced: 2026-06-28T10:12:30.818Z (1 day ago)
- Topics: android, cross-platform, flutter, ios, macos, multiplatform, web, webview, windows
- Language: Dart
- Homepage: https://pub.dev/packages/webview_all
- Size: 1.55 MB
- Stars: 38
- Watchers: 1
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)|