forked from Sub6Resources/flutter_html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
41 lines (30 loc) · 805 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
name: flutter_html
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
version: 1.0.0
homepage: https://github.com/Sub6Resources/flutter_html
environment:
sdk: '>=2.2.2 <3.0.0'
flutter: '>=1.17.0'
dependencies:
# Plugin for parsing html
html: ^0.14.0+3
# Plugins for parsing css
csslib: ^0.16.1
css_colors: ^1.0.2
# Plugins for rendering the <video> tag.
video_player: ^0.10.10
chewie: ^0.9.10
# Plugin for rendering the <iframe> tag.
webview_flutter: ^0.3.21
# Plugins for rendering the <audio> tag.
chewie_audio: ^1.0.0+1
# Plugins for rendering the <svg> tag.
flutter_svg:
git:
url: git://github.com/Lobankovanastia/flutter_svg.git
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter: