Skip to content

Commit b660787

Browse files
committed
Fix formatting
1 parent e7b9c02 commit b660787

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

lib/html_parser.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ class HtmlRichTextParser extends StatelessWidget {
763763
: false,
764764
),
765765
onTap: () {
766-
if(onImageTap != null) {
766+
if (onImageTap != null) {
767767
onImageTap(node.attributes['src']);
768768
}
769769
},
@@ -803,7 +803,7 @@ class HtmlRichTextParser extends StatelessWidget {
803803
: false,
804804
),
805805
onTap: () {
806-
if(onImageTap != null) {
806+
if (onImageTap != null) {
807807
onImageTap(node.attributes['src']);
808808
}
809809
},

pubspec.lock

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Generated by pub
22
# See https://www.dartlang.org/tools/pub/glossary#lockfile
33
packages:
4-
args:
5-
dependency: transitive
6-
description:
7-
name: args
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "1.5.0"
114
async:
125
dependency: transitive
136
description:
@@ -42,7 +35,7 @@ packages:
4235
name: csslib
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "0.14.5"
38+
version: "0.16.0"
4639
flutter:
4740
dependency: "direct main"
4841
description: flutter
@@ -60,13 +53,6 @@ packages:
6053
url: "https://pub.dartlang.org"
6154
source: hosted
6255
version: "0.14.0+2"
63-
logging:
64-
dependency: transitive
65-
description:
66-
name: logging
67-
url: "https://pub.dartlang.org"
68-
source: hosted
69-
version: "0.11.3+2"
7056
matcher:
7157
dependency: transitive
7258
description:

0 commit comments

Comments
 (0)