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 tried to launch on real IOS device and android emulator without success. The same error appears in the console, here is the one from android when i run the project:
../../.pub-cache/hosted/pub.dartlang.org/cached_network_image-1.1.3/lib/src/cached_network_image_provider.dart:42:24: Error: The method 'CachedNetworkImageProvider.load' has fewer positional arguments than those of overridden method 'ImageProvider.load'.
ImageStreamCompleter load(CachedNetworkImageProvider key) {
^
../../fvm/versions/stable/packages/flutter/lib/src/painting/image_provider.dart:584:24: Context: This is the overridden method ('load').
ImageStreamCompleter load(T key, DecoderCallback decode);
^
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered:
I tried to launch on real IOS device and android emulator without success. The same error appears in the console, here is the one from android when i run the project:
The text was updated successfully, but these errors were encountered: