-
-
Notifications
You must be signed in to change notification settings - Fork 896
/
Copy pathpubspec.yaml
52 lines (42 loc) · 1.39 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: flutter_html
description: A Flutter widget for rendering static HTML and CSS as Flutter widgets.
version: 3.0.0
homepage: https://github.com/Sub6Resources/flutter_html
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.0.0'
dependencies:
# Plugin for parsing html
html: ^0.15.5
# Plugin for parsing css
csslib: ^1.0.2
# Plugin for firstWhereOrNull extension on lists
collection: ^1.19.0
# plugin to manage lists and counting in a variety of styles
list_counter: ^1.0.2
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
meta: ^1.15.0
melos: ^6.3.2
screenshots:
- description: 'An example of the output produced by flutter_html'
path: example/screenshots/flutter_html_screenshot.png
- description: 'Continued example of the output produced by flutter_html'
path: example/screenshots/flutter_html_screenshot1.png
- description: 'Continued example of the output produced by flutter_html'
path: example/screenshots/flutter_html_screenshot2.png
- description: 'Continued example of the output produced by flutter_html'
path: example/screenshots/flutter_html_screenshot3.png
- description: 'Another example of the output produced by flutter_html'
path: example/screenshots/flutter_html_readme_screenshot.png
funding:
- https://github.com/sponsors/Sub6Resources
topics:
- html
- css
- widgets
- layout