How to setup Flutter and Visual Studio Code In Windows - Flutter Web

Опубликовано: 13 Март 2026
на канале: Distro Tech
12,059
216

Hello guys, Today I'm going show you how to set up flutter for web Development using visual studio code IDE and run our first flutter web project. And also fix Flutter new web project not showing in Visual Studio command palette. New flutter project not appearing un platelet fixed VS Code.


VS Code link: https://code.visualstudio.com/download
Dart link : http://gekorm.com/dart-windows/
Flutter SDK link: https://flutter.dev/docs/get-started/...

VS Code terminal commands
flutter channel master
flutter upgrade
flutter pub global activate webdev
flutter config --enable-web
flutter devices
flutter create (project name)
cd (project name)
flutter run -d (browser)


FOLLOW US
FACEBOOK :   / distrotechnologies  
TWITTER : https://twitter.com/distro_tech?s=09
INSTAGRAM : https://instagram.com/distro_tech?igs...

#flutter #flutterweb #vscode #fluttersdk