Every time I install the firebase_auth library This error appears #6144
Unanswered
abozozzaher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
D:\FlutterApps\Android\src\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.6.2+1\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:8: error: package android.support.annotation does not exist
[ +1 ms] import android.support.annotation.NonNull;
[ ] ^
[ ] D:\FlutterApps\Android\src\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.6.2+1\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:538: error: cannot find symbol
[ ] public void onComplete(@nonnull Task task) {
[ ] ^
[ ] symbol: class NonNull
[ ] location: class FirebaseAuthPlugin.SignInCompleteListener
[ ] D:\FlutterApps\Android\src\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.6.2+1\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:558: error: cannot find symbol
[ ] public void onComplete(@nonnull Task task) {
Beta Was this translation helpful? Give feedback.
All reactions