Flatter Framework’u ile üzerinde uğraş verdiğiniz projenin belli bir süre sonra pubspect.yaml dosyasını görmemesinden kaynaklı çıkan bu hata Error: No pubspec.yaml file found için çözümü ele aldım.

pubspec.yaml dosyası içerisinde https://pub.dev/ sitesindeki 3.parti package’lar projemizin bağımlılıklarına ekleyip çalıştırmamıza yarayan yaml dilinde yazılmış bir dosyadır.

Error: No pubspec.yaml file found.
This command should be run from the root of your Flutter project.
Do not run this command from the root of your git clone of Flutter.

Error:

Terminal‘de flutter build apk , flutter build apk –release ,

flutter build apk –profile , flutter clean gibi kodların çalıştırılması sonucunda çıkan hatamız:

Error: No pubspec.yaml file

Solution:

Local Sekmesinin yanında + butonu ile farklı bir localde denediğimizde sonuç:

No pubspec.yaml file found Solution

Benzer Hatalar:

flutter run
Error: Nopubspec.yamlfilefound.
This command should be run from the root of your Flutter project.
Do not run this command from the root of your git clone of Flutter.

flutter packages get
Error: Nopubspec.yamlfilefound.
This command should be run from the root of your Flutter project.
Do not run this command from the root of your git clone of Flutter.(very frequently)

flutter doctor
Error: Nopubspec.yamlfilefound.
This command should be run from the root of your Flutter project.
Do not run this command from the root of your git clone of Flutter.(very frequently)

flutter build apk
Error: Nopubspec.yamlfilefound.
This command should be run from the root of your Flutter project.
Do not run this command from the root of your git clone of Flutter.(very frequently)

Sorun hala devam ediyorsa : flutter upgrade

ide: Android Studio

Bir hata çözümünün sonuna geldik Flutter ile ilgili detaylı bilgi alamak için blogumu inceleyebilirsiniz.