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:\src\flutter).
- Now, Set Flutter's environment variable path: (for example: C:\src\flutter\bin)
- Download and unzip Android SDK file, and first set an environment variable (Android\android-sdk\tools) and second set environment variable (Android\android-sdk\platform-tools)
- Download BlueStack Software in your system.
- Now, open command prompt in this folder C:\Program Files (x86)\Android\android-sdk\platform-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, successfully install flutter.