Remy
Results
2
comments of
Remy
You can change the `imageRenderMethodForWeb` parameter to `ImageRenderMethodForWeb.HttpGet` instead of `ImageRenderMethodForWeb.HtmlImage` and that should fix your issue.
For me changing the method worked. I did have to add the `cached_network_image_platform_interface` dependency. I'm guessing if you use the get method you'll probably have to allow the requests on...