-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpubspec.yaml
More file actions
52 lines (43 loc) · 1.05 KB
/
pubspec.yaml
File metadata and controls
52 lines (43 loc) · 1.05 KB
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
43
44
45
46
47
48
49
50
51
52
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.5.1+1
platforms:
android:
ios:
web:
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.22.0"
dependencies:
flutter:
sdk: flutter
http: ^1.1.1
path: ^1.8.0
pointer_interceptor: ^0.10.0
uuid: ^4.2.2
webview_flutter: ^4.7.0
webview_flutter_android: ^3.16.1
webview_flutter_platform_interface: ^2.10.0
webview_flutter_wkwebview: ^3.13.1
web: ^0.5.1
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