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
The following NoSuchMethodError was thrown resolving an image codec:
flutter: The method 'containsKey' was called on null.
flutter: Receiver: null
flutter: Tried calling: containsKey("http://via.placeholder.com/350x200")
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #0 Object.noSuchMethod (dart:core/runtime/libobject_patch.dart:46:5)
flutter: #1 CacheManager.getFile (package:example/flutter_cache_manager.dart:202:21)
flutter:
flutter: #2 CachedNetworkImageProvider._loadAsync (package:example/cached_network_image.dart:474:35)
flutter:
The following NoSuchMethodError was thrown resolving an image codec:
flutter: The method 'containsKey' was called on null.
flutter: Receiver: null
flutter: Tried calling: containsKey("http://via.placeholder.com/350x200")
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #0 Object.noSuchMethod (dart:core/runtime/libobject_patch.dart:46:5)
flutter: #1 CacheManager.getFile (package:example/flutter_cache_manager.dart:202:21)
flutter:
flutter: #2 CachedNetworkImageProvider._loadAsync (package:example/cached_network_image.dart:474:35)
flutter:
code below:
Future getFile(String url, {Map<String, String> headers}) async {
String log = "[Flutter Cache Manager] Loading $url";
The text was updated successfully, but these errors were encountered: