Flutter

How To Install Flutter without Android Studio? | Flutter Tutorials

Flutter Installation:

Prerequisites:

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)
    • How To Install Flutter without Android Studio? | Flutter Tutorials | SCODE - Solution Codes
  • Run cmd in Admin mode and Run flutter doctor command in cmd.
  • How To Install Flutter without Android Studio? | Flutter Tutorials | SCODE - Solution Codes
  • Congratulation, on successfully installing Flutter.
 

gp

Are you looking to learn a programming language but feeling overwhelmed by the complexity? Our programming language guide provides an easy-to-understand, step-by-step approach to mastering programming.

Leave a Reply

Your email address will not be published. Required fields are marked *