How to Install Flutter in android studio and set SDK path
Flutter is the open source frontend framework made by Google and It is used to develop cross platform application for android, ios, Linux, mac, window and the web from single codebase.
Here i am going to install flutter and implement it into android studio and suggest you to follow the steps as showing you below👇 and if you face any problem while doing this then
Go to official website of flutter or you can directly go to download page of flutter SDK ,just click on 👉Flutter SDK.
Step 1:Download Flutter SDK :
In this article i am install it into windows but if you have other OS then you can choose in flutter website which will look like this👇
After click on Operating System of your choice you will be redirect to sdk page where you will see
- Minimum Requirement of Pc
- Flutter sdk download button
- Instruction how to implement it into your pc
Read those carefully if you are thinking to skip our article.
At present(24-2-2022) the Flutter SDK download size is around 889 MB
Step 2: Extract flutter sdk :
Before extract it move downloaded file to the disk where you want to keep it but remember that this sdk will extract almost 2.23Gb memory of files so make sure your targeted disk should have at least 10Gb free memory.
Click on Extract All as shown in below👇
Step 3: After Extraction:
your extracted folder will look like this and when you click on it will have only one folder named flutter and when you click on that folder you will are large number of files present there just like below
Step 4:Download Flutter and Dart Plugin in android studio
- Open android studio
- Click on File ➭Setting➭Plugins
- Install Flutter and Dart and click on apply then ok
- Restart the android studio
Step 5: Setup Flutter Sdk path in android
After restart of android studio you will see one extra option at the top which is New Flutter Project
and then click on it.
Step 6: Setup Flutter SDK path:
After click on new flutter project you will see new screen like below on which you have to follow something
- Click on Flutter option at the left side.
- Click on the arrow at the top which show the text Flutter SDK path
- Now go into extracted folder of sdk and expand/open it
- There is folder named flutter
- Click on flutter folder
- Click on ok and then next
Step 7:Set up Flutter project
After click on next button, a new screen will show up where you have to setup your flutter project which are following
- Project name: Name of your project(name should in lowercase).
- Project location: set your location or folder where you want to save your project.
- Description: short note about your project
- Project type: Type of your project where you can choose from Application, Package, Plugin, Module, Skeleton.
- Organization: Name of your website if you had any so that package name not be similar to another project when you will make it live on play store or app store.
- Android and Ios language : This is cross platform so the code will be translated into both android and ios, but you have to choose in which android or ios language you want your code to be translated.
- Platforms: Project platform such that on which platform you want your project to run.
- Click on Finish.