forked from daohoangson/flutter_widget_from_html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
66 lines (58 loc) · 1.44 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: flutter_widget_from_html
version: 0.15.1
description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
homepage: https://github.com/daohoangson/flutter_widget_from_html
environment:
flutter: ">=3.16.0"
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_widget_from_html_core: ^0.15.1
fwfh_cached_network_image: ^0.14.3
fwfh_chewie: ^0.14.8
fwfh_just_audio: ^0.15.1
fwfh_svg: ^0.8.2
fwfh_url_launcher: ^0.9.1
fwfh_webview: ^0.15.1
html: ^0.15.0
dependency_overrides:
flutter_widget_from_html_core:
path: ../core
fwfh_cached_network_image:
path: ../fwfh_cached_network_image
fwfh_chewie:
path: ../fwfh_chewie
fwfh_just_audio:
path: ../fwfh_just_audio
fwfh_svg:
path: ../fwfh_svg
fwfh_url_launcher:
path: ../fwfh_url_launcher
fwfh_webview:
path: ../fwfh_webview
dev_dependencies:
file:
flutter_test:
sdk: flutter
golden_toolkit: ^0.15.0
lint: any
mocktail: ^1.0.0
flutter:
assets:
- test/images/
funding:
- https://patreon.com/daohoangson
- https://buymeacoffee.com/daohoangson
screenshots:
- description: Demo rendering of HTML tags
path: example/HelloWorldScreen1.gif
- description: Demo rendering of HTML tags
path: example/HelloWorldScreen2.gif
- description: Demo rendering of HTML tags
path: example/HelloWorldScreen3.gif
topics:
- widget
- html
- css
- fwfh