-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (30 loc) · 892 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (30 loc) · 892 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
33
34
35
36
37
name: bootpay_webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/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: 4.3.24
environment:
sdk: ^3.5.0
flutter: ">=3.24.0"
flutter:
plugin:
implements: bootpay_webview_flutter
platforms:
android:
package: kr.co.bootpay.webviewflutter
pluginClass: WebViewFlutterPlugin
dartPluginClass: BootpayAndroidWebViewPlatform
dependencies:
flutter:
sdk: flutter
bootpay_webview_flutter_platform_interface: ^2.10.1
dev_dependencies:
build_runner: ^2.1.4
flutter_test:
sdk: flutter
mockito: ^5.4.4
pigeon: ^22.5.0
topics:
- html
- webview
- webview-flutter