Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.75k stars 805 forks source link

[QUESTION] Base64 images not showing? #1405

Open mehmetemregokberk opened 4 months ago

mehmetemregokberk commented 4 months ago

Hi,

My html data includes base64 image data but i can't show the image. All other things showing except image. I'm adding my data sample... What might cause the problem?

<p><b>Details</b></p><p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAASwCAYAAADrIbPPAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/....

Rishab-ms commented 1 month ago

it works if you just pass the data after the first comma to the base64 decoder