Installing Flutter in Android 3.x

Installing Flutter in Android 3.x

Flutter is UI designer that can be used to generate UI code for Android, MacOS and Web apps. It is installed in Android by enabling two plugins: Flutter and the Dart language.

1. If Android is open in a project, go to File menu and select Settings.
2. Select Plugins and then search for Flutter.
3. Select Flutter. You will be asked to approve Dart installation. Apply.
4. Restart the IDE

Flutter is now ready to be used.



Comments

Popular posts from this blog

How to Avoid Death by Gradle - painless Android Studio configuration

Gradled to Death

How to Add Support for Android Libraries