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.79k stars 860 forks source link

Fix image loading #1216

Closed sinexy closed 1 year ago

sinexy commented 1 year ago

add the property(loadingWidget) to fix '#1180'

Sub6Resources commented 1 year ago

Your documentation states that it will load a CircularProgressIndicator by default, but this doesn't seem to be the case.

Additionally, I've opted to just remove the loading animation altogether, since normal html pages don't include any sort of loading indicator for images. See #1176 for updates on that