How To Install Flutter without Android Studio? | Flutter Tutorials
Flutter Installation:
Prerequisites:
- Android SDK
- Flutter SDK
- Visual Studio Code
- BlueStack (for Emulator)
Getting Started:
- Download and Install Visual Studio Code in your System, and also download the related plugins in Visual Studio Code.
- Require Plugins install for Flutter in vs code:
- Awesome Flutter Snippets
- Dart
- Flutter
- Download the following installation bundle to get the latest stable release of the Flutter SDK:
- Extract the downloaded zip file and place the contained flutter in the desired installation location for the Flutter SDK (for example, C:srcflutter).
- Now, Set Flutter’s environment variable path: (for example: C:srcflutterbin)
- Download and unzip the Android SDK file, and first set an environment variable (Androidandroid-sdktools) and second set an environment variable (Androidandroid-sdkplatform-tools)
- Download BlueStack Software in your system.
- Now, open the command prompt in this folder C:Program Files (x86)Androidandroid-sdkplatform-tools,
- and first type in cmd: (adb connect 127.0.0.1:5555)
-
Run cmd in Admin mode and Run flutter doctor command in cmd.
-
Congratulation, on successfully installing Flutter.