
Step 2: Under Menu -> File -> Settings -> Plugins, search for flutter and click on “Search in repositories.” Open Android Studio and open an existing project or create a new one. Step 1: To install Flutter and Dart plugins in Android Studio. This will install the latest Android SDK, Android SDK Platform-Tools, and Android SDK Build-Tools, which are required by Flutter when developing for Android. Android Studio Setupĭownload Latest Android Studio (3.0 or later) and follow the Wizard for installation. Path to the flutter SDK bin folder should be echoed, along with the previous PATH value.įlutter SDK Setup is complete. Step 4.3: Restart the terminal and run following command. export PATH="/flutter/bin:$PATH"įor Example export PATH="/media/arjun/0AB650F1B650DF2F/softs/flutter/flutter/bin:$PATH"

~$ sudo nano ~/.bashrcĪdd the following line at the end of the file and save. Step 4.2: For UBUNTU, add the complete path of /flutter/bin to PATH in. You can get the whole path by running pwd command in that terminal. Right click and open a terminal from the window where you extracted flutter. This value changes based on where you extracted the SDK. Step 4.1: Get the complete path to flutter sdk directory. bash_profile file in edit mode and add the following line at the end of the file. Step 4: Add flutter/bin to PATH.To append complete path of flutter/bin to PATH variable, open. Navigate to the location of TAR file and run the following command. (SDK has not yet matured to stable version) Click on the link provided for latest SDK tar file.

so this article help to install flutter and run development. to begin with flutter first step is to install flutter.

If your reading this article which means you what is flutter and you want to try flutter on hobby project or learn mobile development using flutter for its simplicity.
