Setup Flutter and Visual Studio Code In Windows 2021 | install flutter on vscode | Flutter Vs Code

Опубликовано: 18 Март 2026
на канале: Ishas vlogs
142
6

Install the Flutter and Dart plugins. Start VS Code. Invoke View Command Palette…. Type “install”, and select Extensions: Install Extensions. Type “flutter” in the extensions search field, select Flutter in the list, and click Install. This also installs the required Dart plugin.


🌐Updating the extension🌐
Updates to the extensions are shipped on a regular basis. By default, VS Code automatically updates extensions when updates are available.
To install updates manually:
🌐 Click the Extensions button in the Side Bar.
🌐 If the Flutter extension is shown with an available update, click the update button and then the reload button.
🌐 Restart VS Code


🌐Creating a new project🌐
To create a new Flutter project from the Flutter starter app template:
🌐 Open the Command Palette (Ctrl+Shift+P (Cmd+Shift+P on macOS)).
🌐 Select the Flutter: New Project command and press Enter.
🌐 Enter your desired Project name.
🌐 Select a Project location


#SetupFlutterAndVisualStudioCodeInWindows#InstallFlutter#FlutterForWindows#vscode