We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ^3.3.1 works fine but using anything newer just freezes indefinitely
======== Exception caught by image resource service ================================================ The following _Exception was thrown resolving an image codec: Exception: Invalid image data When the exception was thrown, this was the stack: #0 _futurize (dart:ui/painting.dart:7021:5) #1 ImageDescriptor.encoded (dart:ui/painting.dart:6827:12) #2 instantiateImageCodecWithSize (dart:ui/painting.dart:2306:60) #3 PaintingBinding.instantiateImageCodecWithSize (package:flutter/src/painting/binding.dart:146:15) #4 ImageLoader.loadImageAsync.<anonymous closure> (package:cached_network_image/src/image_provider/_image_loader.dart:65:22) <asynchronous suspension> #5 ImageLoader._load (package:cached_network_image/src/image_provider/_image_loader.dart:124:27) <asynchronous suspension> #6 new MultiImageStreamCompleter.<anonymous closure> (package:cached_network_image/src/image_provider/multi_image_stream_completer.dart:26:7) <asynchronous suspension> Image provider: CachedNetworkImageProvider("--------", scale: 1.0) Image key: CachedNetworkImageProvider("-------", scale: 1.0) ====================================================================================================
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using ^3.3.1 works fine but using anything newer just freezes indefinitely
The text was updated successfully, but these errors were encountered: