File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ class HtmlRichTextParser extends StatelessWidget {
763
763
: false ,
764
764
),
765
765
onTap: () {
766
- if (onImageTap != null ) {
766
+ if (onImageTap != null ) {
767
767
onImageTap (node.attributes['src' ]);
768
768
}
769
769
},
@@ -803,7 +803,7 @@ class HtmlRichTextParser extends StatelessWidget {
803
803
: false ,
804
804
),
805
805
onTap: () {
806
- if (onImageTap != null ) {
806
+ if (onImageTap != null ) {
807
807
onImageTap (node.attributes['src' ]);
808
808
}
809
809
},
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
2
# See https://www.dartlang.org/tools/pub/glossary#lockfile
3
3
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"
11
4
async:
12
5
dependency: transitive
13
6
description:
@@ -42,7 +35,7 @@ packages:
42
35
name: csslib
43
36
url: "https://pub.dartlang.org"
44
37
source: hosted
45
- version: "0.14.5 "
38
+ version: "0.16.0 "
46
39
flutter:
47
40
dependency: "direct main"
48
41
description: flutter
@@ -60,13 +53,6 @@ packages:
60
53
url: "https://pub.dartlang.org"
61
54
source: hosted
62
55
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"
70
56
matcher:
71
57
dependency: transitive
72
58
description:
You can’t perform that action at this time.
0 commit comments