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
43 lines (38 loc) · 927 Bytes
/
pubspec.yaml
File metadata and controls
43 lines (38 loc) · 927 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
43
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:
path: ../..
flutter_html_audio:
path: ../flutter_html_audio
flutter_html_iframe:
path: ../flutter_html_iframe
flutter_html_math:
path: ../flutter_html_math
flutter_html_svg:
path: ../flutter_html_svg
flutter_html_table:
path: ../flutter_html_table
flutter_html_video:
path: ../flutter_html_video
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
funding:
- https://opencollective.com/flutter_html
topics:
- html
- css
- widgets
- layout
- flutter_html