-
Notifications
You must be signed in to change notification settings - Fork 4k
firebase_core Build fails on windows #11345
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
Comments
@DanishAjaib I'll close this as a duplicate. If you disagree, write in comments and I'll reopen it. |
None of these are helping me to fix the issue |
@VarmaTech I was able to use an older version of the package. For now it seems to be the only solution. |
Which version? |
My version firebase_core: 2.15.0 i tried removing both . still when i start windows app with debugger. On hot reload debugger connect stops . |
2..7.0 .. if you're removing both and still getting an error then there is most likely another package that depends on firebase_core 2.15.0 .. You have make sure no library in your project is using this version. |
Bug report
Describe the bug
When I add this library and try to run the project, it fails to compile with the following output:
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Project should run without any errors.
Sample project
Providing a minimal example project which demonstrates the bug in isolation from your main App greatly enhances the chance of a timely fix.
Repository: https://github.com/DanishAjaib/delete_later
Additional context
Add any other context about the problem here.
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: