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

Error: Getter not found: 'Success'. #23

Closed
deadsoul44 opened this issue Dec 25, 2020 · 3 comments
Closed

Error: Getter not found: 'Success'. #23

deadsoul44 opened this issue Dec 25, 2020 · 3 comments

Comments

@deadsoul44
Copy link

I started to get this error although I did not update any dependency. Flutter clean did not work.

Running Gradle task 'assembleDebug'...
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/auth-7.3.0/lib/src/auth.dart:1009:50: Error: Getter not found: 'Success'.
        if (result.status == FacebookLoginStatus.Success) {
                                                 ^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/auth-7.3.0/lib/src/auth.dart:1012:57: Error: Getter not found: 'Cancel'.
        } else if (result.status == FacebookLoginStatus.Cancel) {
                                                        ^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/auth-7.3.0/lib/src/auth.dart:1015:57: Error: Getter not found: 'Error'.
        } else if (result.status == FacebookLoginStatus.Error) {
                                                        ^^^^^


FAILURE: Build failed with an exception.

This issue also happens on pub.dev in static analysis.

@Andrious
Copy link
Member

Thanks,

I'll look into it now.

@Andrious
Copy link
Member

Updated flutter_login_facebook: 0.4.2

Please, confirm it's now successful.

@deadsoul44
Copy link
Author

It works. Thank you.

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