You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am still getting this error with cached_network_image: ^1.1.1 and the latest flutter version.
Can anyone help me to solve this?
My Flutter Doctor: I tried both master and stable channel, but got the same result
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Mac OS X 10.14.6 18G87, locale
en-HK)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 10.2.1)
[✓] iOS tools - develop for iOS devices
[✓] Android Studio (version 3.4)
[✓] VS Code (version 1.37.1)
[✓] Connected device (1 available)
The text was updated successfully, but these errors were encountered:
I got the same error Exception: HTTP request failed, statusCode: 404
And the widget can't build at all. I understand the image URL is not found but instead of crashing the app we should return the errorWidget. Shouldn't we?
I am still getting this error with cached_network_image: ^1.1.1 and the latest flutter version.
Can anyone help me to solve this?
My Flutter Doctor: I tried both master and stable channel, but got the same result
The text was updated successfully, but these errors were encountered: