mtourki
mtourki

Reputation: 1

Could not find configuration file (pubspec.yaml) on windows

I'm using flutter with Dart on AndoidStudio, tried to add image to my app and to do so I need to find pubspec.yaml file so that I can add image directory but the problem is that there is no pubspec.yaml file in my project files.

enter image description here

Upvotes: 0

Views: 159

Answers (1)

Raj Mayekar
Raj Mayekar

Reputation: 11

the image you uploaded shows your android folder. Open your project folder which will contain pubspec.yaml file along android, ios folder etc. should look something like this

Upvotes: 1

Related Questions