I have A list of Images.network("$imgUrl") in my flutter app
It works fine on phones (Android and IOS even on phone Browsers) but it does not work on desktop browser.
however images are shown when i use flutter build web --web-renderer html
should'n it work on canvaskit renderer (which is the default renderer in my case) too?
i'm using Flutter 2.0.1 stable channel
If you're still looking for a workaround, changing CanvasKit to Html while running or building the project is a potential solution
Please have a read ->
https://flutter.dev/docs/development/tools/web-renderers