how to run flutter project in vs code code example
Example 1: how to create flutter project in terminal
$ flutter create myapp
Example 2: flutter web run using vscode
flutter packages pub global activate webdev
Example 3: flutter web run using vscode
flutter upgrade