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 ^_^