Skip to content

Commit 9639cdb

Browse files
author
Nguyen Dat
committed
migration flutter 2.0
1 parent b06c883 commit 9639cdb

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pubspec.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,27 @@ environment:
99

1010
dependencies:
1111
# Plugin for parsing html
12-
html: ^0.14.0+3
12+
html: ^0.15.0
1313

1414
# Plugins for parsing css
15-
csslib: ^0.16.2
15+
csslib: ^0.17.0
1616
css_colors: ^1.0.2
1717

1818
# Plugins for rendering the <table> tag.
19-
flutter_layout_grid: ^0.10.5
19+
flutter_layout_grid: ^0.11.6
2020

2121
# 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
2424

2525
# Plugin for rendering the <iframe> tag.
26-
webview_flutter: ^1.0.0
26+
webview_flutter: ^2.0.1
2727

2828
# 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
3033

3134
# Plugins for rendering the <svg> tag.
3235
flutter_svg: ^0.19.0

0 commit comments

Comments
 (0)