Flutter Error: No pubspec.yaml file found. How to fix it?
Jan 2, 2022
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.
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.