-
Notifications
You must be signed in to change notification settings - Fork 404
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
Could not find a file named "pubspec.yaml" #50
Comments
Same issue here.
|
FYI I fixed this on my machine by manually repairing the cache. Run this: then i re-ran: That seemed to do the trick. |
Thanks @aaronfg! @bygrace1986 if that works for you I'll close this issue |
@MarkOSullivan94 Same issue here. |
I just solved this by myself. Before , when I run Then, I deleted the folder git under --/flutter/.pub-cache/ , then Hope this works for others too~ |
Thanks for sharing @w4mxl! The more solutions posted here, the less likely someone will get stuck with the same issue. Appreciate everyone posting how they fixed this issue. |
@w4mxl solution worked for me. Thanks. |
None of these worked for me.. ;/ |
@w4mxl That didn't work for me, but it pointed me in the right direction. For some reason, flutter seemed to be looking at |
Yes, same problem, solved by symlinking. |
This worked for me, thanks a lot! |
Hi guys,I am facing the same issue in Android studio and I tried your solution,but when I run “flutter packages get”,I was asked "how do your want to open this file ", still didnt work... |
I just added
flutter_launcher_icons
and when I runflutter pub get
I get the following output:This prevents me from using the plugin. I am on the flutter beta channel v0.8.2.
The text was updated successfully, but these errors were encountered: