I upgraded Flutter to 1.13.0 and firebase_auth (0.15.2) to the latest versions, now I get this error message when I build my app:
FAILURE: Build failed with an exception.
Take a look here: https://github.com/flutter/flutter/issues/46807
Take a look here: flutter/flutter#46807
I still get error for the latest version of firebase_auth_web and firebase_core_web
flutter pub cache repair did the magic for me. Build works now
Hi @Elvian-DissoLver
does the solution proposed by @draganjovanovic1 solve the issue?
thank you
I was facing the same issue and was only able to compile after switching to the beta branch of flutter. I'm assuming there may be a problem in the dev channel?
I am on master channel and it worked for me:
Doctor summary (to see all details, run flutter doctor -v):
[鉁揮 Flutter (Channel master, v1.13.1-pre.99, on Mac OS X 10.15.1 19B88, locale en-RS)
[鉁揮 Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[鉁揮 Xcode - develop for iOS and macOS (Xcode 11.2.1)
[鉁揮 Android Studio (version 3.5)
[鉁揮 VS Code (version 1.40.2)
[!] Connected device
Hi @Elvian-DissoLver
does the solution proposed by @draganjovanovic1 solve the issue?
thank you
OK it work, after upgrade flutter to (1.13.1)
Thankz for solve it
Most helpful comment
flutter pub cache repairdid the magic for me. Build works now