Closed deadsoul44 closed 3 years ago
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.
Thanks,
I'll look into it now.
Updated flutter_login_facebook: 0.4.2
Please, confirm it's now successful.
It works. Thank you.
I started to get this error although I did not update any dependency. Flutter clean did not work.
This issue also happens on pub.dev in static analysis.