File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ const htmlData = """
44
44
</ruby>
45
45
is Japanese Kanji.
46
46
</p>
47
+ <p>Hello<br />
48
+ World!</p>
47
49
<h3>Support for <code>sub</code>/<code>sup</code></h3>
48
50
Solve for <var>x<sub>n</sub></var>: log<sub>2</sub>(<var>x</var><sup>2</sup>+<var>n</var>) = 9<sup>3</sup>
49
51
<p>One of the most <span>common</span> equations in all of physics is <var>E</var>=<var>m</var><var>c</var><sup>2</sup>.</p>
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ packages:
96
96
name: flutter_svg
97
97
url: "https://pub.dartlang.org"
98
98
source: hosted
99
- version: "0.17.3+1 "
99
+ version: "0.17.4 "
100
100
flutter_test:
101
101
dependency: "direct dev"
102
102
description: flutter
@@ -286,7 +286,7 @@ packages:
286
286
name: webview_flutter
287
287
url: "https://pub.dartlang.org"
288
288
source: hosted
289
- version: "0.3.14+1 "
289
+ version: "0.3.19+9 "
290
290
xml:
291
291
dependency: transitive
292
292
description:
@@ -296,4 +296,4 @@ packages:
296
296
version: "3.5.0"
297
297
sdks:
298
298
dart: ">=2.4.0 <3.0.0"
299
- flutter: ">=1.12.13+hotfix.4 <2.0.0"
299
+ flutter: ">=1.12.13+hotfix.5 <2.0.0"
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ dependencies:
20
20
chewie : ^0.9.10
21
21
22
22
# Plugin for rendering the <iframe> tag.
23
- webview_flutter : ^0.3.14+1
23
+ webview_flutter : ^0.3.19+9
24
24
25
25
# Plugins for rendering the <audio> tag.
26
26
chewie_audio : ^1.0.0+1
27
27
28
28
# Plugins for rendering the <svg> tag.
29
- flutter_svg : ^0.17.3+1
29
+ flutter_svg : ^0.17.4
30
30
31
31
flutter :
32
32
sdk : flutter
You can’t perform that action at this time.
0 commit comments