forked from Sub6Resources/flutter_html
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
63 lines (58 loc) · 1.78 KB
/
pubspec.yaml
File metadata and controls
63 lines (58 loc) · 1.78 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
53
54
55
56
57
58
59
60
61
62
63
name: flutter_html_all
description: All optional flutter_html widgets, bundled into a single package.
version: 3.0.0-beta.2
homepage: https://github.com/Sub6Resources/flutter_html
publish_to: none # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.2.0"
dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html:
git:
url: https://github.com/uptech/flutter_html.git
ref: allow-srcdoc-and-point-packages-to-uptech-repo
flutter_html_audio:
git:
url: https://github.com/uptech/flutter_html.git
ref: allow-srcdoc-and-point-packages-to-uptech-repo
path: packages/flutter_html_audio
flutter_html_iframe:
git:
url: https://github.com/uptech/flutter_html.git
path: packages/flutter_html_iframe
ref: allow-srcdoc-and-point-packages-to-uptech-repo
flutter_html_math:
git:
url: https://github.com/uptech/flutter_html.git
path: packages/flutter_html_math
ref: allow-srcdoc-and-point-packages-to-uptech-repo
flutter_html_svg:
git:
url: https://github.com/uptech/flutter_html.git
path: packages/flutter_html_svg
ref: allow-srcdoc-and-point-packages-to-uptech-repo
flutter_html_table:
git:
url: https://github.com/uptech/flutter_html.git
path: packages/flutter_html_table
ref: allow-srcdoc-and-point-packages-to-uptech-repo
flutter_html_video:
git:
url: https://github.com/uptech/flutter_html.git
path: packages/flutter_html_video
ref: allow-srcdoc-and-point-packages-to-uptech-repo
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
funding:
- https://opencollective.com/flutter_html
topics:
- html
- css
- widgets
- layout
- flutter_html