How to fix image loading error in Flutter web project when running on Chrome?
I encountered an issue while loading images in my Flutter web project. I was getting an error and the images weren't displaying as expected. After searching and trying a few things, I found a solution that worked for me.
Solution:
You can run your Flutter web project on Chrome with the following command:
**
**
flutter run -d chrome --web-renderer html
This command resolved the issue of loading images in my project. If you're facing a similar problem, try using this command to see if it helps!
Here is the link i have checked to fix the error : https://www.youtube.com/watch?v=NljAhIQXcjw