-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 904 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (25 loc) · 904 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
name: flutter_webview_pro #插件的名称,改动的时候需要注意,可能会引起插件中的引用改动,导致其他问题。
description: A Flutter plugin that provides a WebView widget on Android and iOS. # 插件描述
homepage: https://github.com/wenzhiming/flutter_webview_pro.git #项目的git地址
version: 0.5.0 #当前插件版本,每一次发布都不能和以前版本号一样
#author: wenzhiming<313902419@qq.com> # 作者信息,会显示到 https://pub.flutter-io.cn 中
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
pedantic: ^1.10.0
flutter:
plugin:
platforms:
android:
package: com.wzm.webviewflutter
pluginClass: WebViewFlutterPlugin
ios:
pluginClass: FLWebViewFlutterPlugin