forked from fluttercommunity/flutter_webview_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 684 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (24 loc) · 684 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
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>
homepage: https://github.com/dart-flitter/flutter_webview_plugin
version: 0.3.10+1
maintainer: Rafal Wachol (@RafalWachol)
environment:
sdk: ">=2.0.0 <3.0.0"
flutter:
plugin:
androidPackage: com.flutter_webview_plugin
pluginClass: FlutterWebviewPlugin
dependencies:
flutter:
sdk: flutter
dev_dependencies:
mockito: ^4.1.0
flutter_test:
sdk: flutter