Baseflow / Baseflow/flutter_cached_network_image
MacOS build not showing any images
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
I have been trying for an hour to display images on Mac, It does wok properly on iOS and Android.
When i try printing the error the only thing i get is
> ImageCodecException: Failed to load network image.
> Image URL: https://static.toiimg.com/photo/77630680.cms?imgsize=780095
> Trying to load an image from another domain? Find answers at:
> https://flutter.dev/docs/development/platform-integration/web-images
It turns out to be a Cors Issue?
Same thing happens on web but on web i build using `flutter run -d chrome --web-renderer html` so i am able to bypass.
any reason why this is happening ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.