-
-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
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
Library is incompatible with latest Flutter master #261
Comments
I also have this problem. |
Got the same error, but running |
I am also facing this issue on production and development app |
../../.pub-cache/hosted/pub.dartlang.org/cached_network_image-1.1.1/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'. |
Same issue |
The problematic commit got reverted and the new PR which relands the changes doesn't change the API so this can be closed I think. |
Relanding seems to change the API: |
same |
Flutter (Channel master, v1.10.15-pre.148, on Mac OS X 10.14.6 18G103, locale zh-Hans-CN) same |
I published a quick fix for this as |
Thanks for the quick fix @renefloor ! Do you have a buymeacoffee page? Would be happy to send you some coffee your way :-) |
@lifenautjoe I just see your message now, but you are free to buy me a coffee through https://www.paypal.me/renefloor I'll have a look at more user friendly donate pages :) |
@renefloor I am not getting what needs to do here? I just switched dev channel to master channel got |
I get "flutter_map 0.7.3 depends on cached_network_image ^1.1.0". So using 2.0.0-rc is not an option for me. In 1.1.3 the error persists. Since cached_network_image is not the only dependency I'm using, would it be an option to release a 1.1.4-rc @renefloor ? |
you can switch to stable flutter channel and it should help for now. |
Running newest library (1.1.1) and newest Flutter, it produces error:
Error: The method 'CachedNetworkImageProvider.load' has fewer positional arguments than those of overridden method 'ImageProvider.load'
It seems to be related to changes from PR flutter/flutter#41415
The text was updated successfully, but these errors were encountered: