How to fix Error No pubspec yaml file found

Опубликовано: 16 Февраль 2022
на канале: Abu Fatimah
5,811
22

Very easy and simple steps to fix No pubspec yaml file found error in VS code by following the steps from the video or the steps from bellow:
step 1: before you start running your new developed code open terminal
step 2: write the commmand cd following your flutter project name (cd [your app name])
step 3: write the command (flutter run )
there your app being created ^_^