forked from bhagat-opskube/flutter_webview_plugin
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
34 lines (29 loc) · 780 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 <[email protected]>
- Toufik Zitouni <[email protected]>
- Pedia <[email protected]>
- Simon Lightfoot <[email protected]>
- Rafal Wachol <[email protected]>
- Bhagat Singh <[email protected]>
homepage: https://github.com/Bhagat8533/flutter_webview_plugin
version: 0.1.0
maintainer: Bhagat Singh
environment:
sdk: ">=2.16.1 <3.0.0"
flutter:
plugin:
androidPackage: com.flutter_webview_plugin
pluginClass: FlutterWebviewPlugin
dependencies:
flutter:
sdk: flutter
dev_dependencies:
mockito: ^5.2.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter