Skip to content
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

'FirebaseImage.load' has fewer positional arguments than those of overridden method 'ImageProvider.load' #2

Closed
esDotDev opened this issue Dec 20, 2019 · 1 comment

Comments

@esDotDev
Copy link

Getting error when compiling in latest stable (1.12.13)

pub.dartlang.org/firebase_image-0.1.4/lib/src/firebase_image.dart:107:24: Error: The method 'FirebaseImage.load' has fewer positional arguments than those of overridden method 'ImageProvider.load'.
  ImageStreamCompleter load(FirebaseImage key) {
                       ^
../../../../_mobile/flutter/packages/flutter/lib/src/painting/image_provider.dart:403:24: Context: This is the overridden method ('load').
  ImageStreamCompleter load(T key, DecoderCallback decode);
@mattreid1
Copy link
Owner

Fixed in #3 by Druchinin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants