forked from flutter-team-archive/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 848 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
32 lines (28 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.2.4
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
flutter:
plugin:
implements: webview_flutter
platforms:
android:
package: io.flutter.plugins.webviewflutter
pluginClass: WebViewFlutterPlugin
dartPluginClass: AndroidWebViewPlatform
dependencies:
flutter:
sdk: flutter
webview_flutter_platform_interface: ^2.0.0
dev_dependencies:
build_runner: ^2.1.4
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
mockito: ^5.3.2
pigeon: ^4.2.14