iampawan / FlutterExampleApps

[Example APPS] Basic Flutter apps, for flutter devs.
20.19k stars 3.74k forks source link

pubspec.yaml find not found #48

Closed saksham-gt closed 3 years ago

saksham-gt commented 3 years ago

I'm unable to find pubspec.yaml file of this project. And, also (idk why I did this) I tried to copy pubspec.yaml file from other my other projects but it showed "Target file "lib/main.dart" not found."

Please help how do I overcome this pubspec.yaml problem?

Roy-Tuhin commented 3 years ago

pubspec.yaml file will automatically create when you initiate your flutter project. If just wanna copy-paste the code then, go-to the "lib" folder and paste all the code file.

Victorcassiano commented 3 years ago

Don't forget to use flutter pub get