We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ccb5c commit af4ca1dCopy full SHA for af4ca1d
lib/html_parser.dart
@@ -627,7 +627,7 @@ class HtmlRichTextParser extends StatelessWidget {
627
buildContext,
628
onError: onImageError,
629
);
630
- parseContext.rootWidgetList.add(InkWell(
+ parseContext.rootWidgetList.add(GestureDetector(
631
child: Image.memory(
632
base64.decode(node.attributes['src'].split("base64,")[1].trim()),
633
width: imageProperties?.width,
@@ -652,7 +652,7 @@ class HtmlRichTextParser extends StatelessWidget {
652
653
654
655
656
child: Image.network(
657
node.attributes['src'],
658
0 commit comments