create flutter project in vs code code example
Example 1: flutter web run using vscode
flutter packages pub global activate webdev
Example 2: flutter create project command
flutter create --androidx -t app --org com.companyname.packagename -a kotlin -i swift myapp
Example 3: flutter web run using vscode
flutter packages pub global run webdev serve
// or run F5 in VScode