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.8k stars 874 forks source link

Fix missing headers parameter #1203

Closed ndelanou closed 1 year ago

ndelanou commented 1 year ago

When using a networkImageRender(), the header value is not taken into account when computing the image size. If the headers are used for authentication, the image will never load.