File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,27 @@ environment:
9
9
10
10
dependencies :
11
11
# Plugin for parsing html
12
- html : ^0.14.0+3
12
+ html : ^0.15.0
13
13
14
14
# Plugins for parsing css
15
- csslib : ^0.16.2
15
+ csslib : ^0.17.0
16
16
css_colors : ^1.0.2
17
17
18
18
# Plugins for rendering the <table> tag.
19
- flutter_layout_grid : ^0.10.5
19
+ flutter_layout_grid : ^0.11.6
20
20
21
21
# Plugins for rendering the <video> tag.
22
- video_player : ^1 .0.1
23
- chewie : ^0.12 .0
22
+ video_player : ^2 .0.0
23
+ chewie : ^1.0 .0
24
24
25
25
# Plugin for rendering the <iframe> tag.
26
- webview_flutter : ^1 .0.0
26
+ webview_flutter : ^2 .0.1
27
27
28
28
# Plugins for rendering the <audio> tag.
29
- chewie_audio : ^1.1.1
29
+ chewie_audio :
30
+ git :
31
+ url : https://github.com/nguyenxdat/chewie_audio.git
32
+ ref : master
30
33
31
34
# Plugins for rendering the <svg> tag.
32
35
flutter_svg : ^0.19.0
You can’t perform that action at this time.
0 commit comments