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 = """
4444 </ruby>
4545 is Japanese Kanji.
4646 </p>
47+ <p>Hello<br />
48+ World!</p>
4749 <h3>Support for <code>sub</code>/<code>sup</code></h3>
4850 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>
4951 <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:
9696 name: flutter_svg
9797 url: "https://pub.dartlang.org"
9898 source: hosted
99- version: "0.17.3+1 "
99+ version: "0.17.4 "
100100 flutter_test:
101101 dependency: "direct dev"
102102 description: flutter
@@ -286,7 +286,7 @@ packages:
286286 name: webview_flutter
287287 url: "https://pub.dartlang.org"
288288 source: hosted
289- version: "0.3.14+1 "
289+ version: "0.3.19+9 "
290290 xml:
291291 dependency: transitive
292292 description:
@@ -296,4 +296,4 @@ packages:
296296 version: "3.5.0"
297297sdks:
298298 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:
2020 chewie : ^0.9.10
2121
2222 # Plugin for rendering the <iframe> tag.
23- webview_flutter : ^0.3.14+1
23+ webview_flutter : ^0.3.19+9
2424
2525 # Plugins for rendering the <audio> tag.
2626 chewie_audio : ^1.0.0+1
2727
2828 # Plugins for rendering the <svg> tag.
29- flutter_svg : ^0.17.3+1
29+ flutter_svg : ^0.17.4
3030
3131 flutter :
3232 sdk : flutter
You can’t perform that action at this time.
0 commit comments