Skip to main content

Command Palette

Search for a command to run...

Flutter Development Setup

Updated
1 min read
Flutter Development Setup
M

Mohamad's interest is in Programming (Mobile, Web, Database and Machine Learning). He is studying at the Center For Artificial Intelligence Technology (CAIT), Universiti Kebangsaan Malaysia (UKM).

[1] Download and setup Flutter SDK

(refer https://docs.flutter.dev/get-started/install)

Download from: https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.22.2-stable.zip

Alternative:

https://archive.org/download/android-studio-2024.1.1.11-windows

Extract to local machine.

e.g. C:\flutter\3.22.2

Update Windows Path

Check the following path exists as well

C:\windows\system32

Check that flutter setup is successful.

[2] Download and install Android Studio

Download from https://developer.android.com/studio

This article is using android-studio-2024.1.1.11-windows.exe

Install Flutter Plug In