Skip to content

Commit 77bd460

Browse files
committed
Update packages again
1 parent 45838a0 commit 77bd460

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

example/lib/main.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ const htmlData = """
4444
</ruby>
4545
&nbsp;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>

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
297297
sdks:
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"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)