Flutter Error: No pubspec.yaml file found. How to fix it?

Phong Yew Tong
Jan 2, 2022

--

flutter No pubspec.yaml file found
Photo by Brett Jordan on Unsplash

Subscribe to TLDRStories.com to get your daily dose of tech news, condensed into a few stories.

How to fix this error on flutter? On your console, it actually gives some hints.

flutter No pubspec.yaml file found

No pubspec.yaml file found.
This command should be run from the root of your Flutter project.

Run this command in your project directory, where pubspec.yaml is available.

flutter run

Drop me some claps if this article helps you, it motivates me to create more! Thanks! πŸ‘πŸ‘πŸ‘

Subscribe to TLDRStories.com to get your daily dose of tech news, condensed into a few stories.

--

--

No responses yet