forked from fluttercommunity/flutter_webview_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
34 lines (29 loc) · 784 Bytes
/
pubspec.yaml
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
name: flutter_webview_plugin
description: Plugin that allow Flutter to communicate with a native Webview.
authors:
- Hadrien Lejard <hadrien.lejard@gmail.com>
- Toufik Zitouni <toufiksapps@gmail.com>
- Pedia <kpedia@163.com>
- Simon Lightfoot <simon@devangels.london>
- Rafal Wachol <gorudonu@gmail.com>
- Misir Jafarov <misir@fonibo.com>
homepage: https://github.com/dart-flitter/flutter_webview_plugin
version: 0.4.0
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"
flutter:
plugin:
platforms:
android:
package: com.flutter_webview_plugin
pluginClass: FlutterWebviewPlugin
ios:
pluginClass: FlutterWebviewPlugin
dependencies:
flutter:
sdk: flutter
dev_dependencies:
mocktail: ^0.1.1
flutter_test:
sdk: flutter