Hello friends, In today’s tutorial we would learn about installing flutter and dart plugin in android studio. Now the next question comes in our mind is that Why do we need to install plugins and what is plugins in Android Studio. Answer is plugins are a set of instructions or code which helps the Studio IDE to recognize the code and from which programming language the code is from. It also contain all the auto arrange syntax and suggestions of a particular programming language. To use flutter in Android Studio we have to install both Dart and Flutter plugin in Studio. Because Flutter is like a Framework and flutter is based on Dart programming language. So in this tutorial we would learn about Setup Install Flutter and Dart Plugin in Android Studio in Windows MAC.
Contents in this project Setup Install Flutter and Dart Plugin in Android Studio :-
1. First of all we have to open our flutter project in Android Studio. So Follow my this tutorial about import and open flutter project in Studio.
Screenshot of flutter project in Android Studio :
4. Now search Flutter in the search box. Click on Install button .
6. Now it will ask you to install the Dart plugin because dart is necessary to install. So click on Install.
7. It will automatically install both Flutter and Dart plugin and ask you to restart the Android Studio. Click on Restart IDE.
8. After restarting Studio, You’ll see that our project is configured with flutter plugin and ready to use with it.