forked from agreaves/webviewx_plus
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (35 loc) · 911 Bytes
/
pubspec.yaml
File metadata and controls
43 lines (35 loc) · 911 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
38
39
40
41
42
name: webviewx_plus
description: A cross-platform webview using webview_flutter for
mobile and iFrame for web.
repository: https://github.com/Mahad61/webviewx_plus
version: 0.3.2
environment:
sdk: '>=2.18.0 <3.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
http: ^0.13.5
path: ^1.8.2
pointer_interceptor: ^0.9.3+3
uuid: ^3.0.6
webview_flutter: ^3.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700