androidandroid-studioflutter

How can I setup Android Studio for Flutter application development?


I have experience in developing Android applications in the Android Studio.
Recently cross-platform application development Flutter alpha version released. In the documentation, it is mentioned that the Flutter application can be developed in Android Studio/IntelliJ, Visual Studio Code. But I do not know how to set up my Android Studio for Flutter application Development.


Solution

  • Today I started learning Flutter. I found running flutter pretty straightforward. It takes two things

    1. Installing Flutter and Dart plugin
    2. Installing Flutter SDK

    Let's take a more detailed look.

    1) Installing Flutter and Dart plugin

    Open Android Studio -> Open Plugin Preferences

    enter image description here

    Browse for Flutter Repository

    enter image description here

    Hit Ok. You will be notified that Dart is needed so Hit Yes and OK again

    enter image description here

    Restart Android Studio for the newly added plugins to sync up with Android Studio

    2) Installing Flutter SDK