forked from daohoangson/flutter_widget_from_html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
42 lines (35 loc) · 892 Bytes
/
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
name: flutter_widget_from_html_core
version: 0.10.5
description: Flutter package to render html as widgets that focuses on correctness and extensibility.
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core
environment:
flutter: ">=3.7.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
csslib: ">=0.17.0 <2.0.0"
flutter:
sdk: flutter
html: ^0.15.0
dev_dependencies:
flutter_test:
sdk: flutter
golden_toolkit: ^0.15.0
lint: any
mocktail_image_network: ^1.0.0
test: any
flutter:
assets:
- test/images/
funding:
- https://patreon.com/daohoangson
- https://buymeacoffee.com/daohoangson
screenshots:
- description: Demo rendering of HTML tags
path: example/HelloWorldCoreScreen1.gif
- description: Demo rendering of HTML tags
path: example/HelloWorldCoreScreen2.jpg
topics:
- widget
- html
- css
- fwfh