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 {
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 },
Original file line number Diff line number Diff line change 11# Generated by pub
22# See https://www.dartlang.org/tools/pub/glossary#lockfile
33packages:
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:
You can’t perform that action at this time.
0 commit comments