Installing Android Studio, Flutter and Dart


We can use flutter in 3 ways.

1) With Android Studio (You need minimum 4GB memory for run this )
2) With VS Code
3) With inteliJ platform

In this article we are going to talk about how to start a flutter application via Android Studio.

Follow this steps

1.The first thing is to download and install Android studio.
   Download Link : https://developer.android.com/studio




2.Open the android studio. 
  Go to Tools-->SDK manager



3.Select the Edit link under Android SDK

4.Then tick the components that you want and click finish.



5.Then it will automatically download and install latest Android SDK version and Android Emulator Settings.

6.Go to the Plugins and search flutter and dart plugins



7.Then install those separately.

Now you can start the new flutter project. For that go to 
File-> New-> New flutter project

Wait some time for the updates and creation of included files.
Now It's done!!

Comments

Popular posts from this blog

Installing Android Studio, Flutter and Dart ( Part 2 )

Basic Structure of a Flutter App

My Favorite App Development Tools