Firebase core cannot be imported in flutter project #11546
Unanswered
damainross
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
-
I install firebase core. When I try to import it, I get an error that the target URI does not exist. How can I resolve this?
I tried importing the package like this: import 'package:firebase_core/firebase_core.dart';
I also tried to use different versions of the package, but same result.
i also invalidated the caches, run flutter clean then flutter get and the same result.
i opened a new project as a test, and it is when i got to firebase_core: ^1.24.0 version the error goes away. Please help as that version cannot be used in my current project. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions