How do I fix this #android plugin error? This error is being come after upgrade to 1.22.2
#flutter doctor
Hello Guys How are you all ? Hope you all are fine.
When I first time installed flutter in My system.
Then When we use #android studio we have to use Flutter plugin in android studio.
and then When I was try flutter doctor command I found Flutter plugin not installed;
this adds #Flutter specific functionality. in my console log..
So Here is all Possible Solution to solve this Error.
How Flutter plugin not installed; this adds Flutter specific functionality error occurs?
I am configuring Flutter SDK
on my Linux Ubuntu 16.4
system. Why am I getting the following error when I run the flutter doctor? I have specified both PATHS
for flutter
and dart
in the .bashrc
but I get this error when I run flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.5.1, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
[✓] Android Studio (version 3.1)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] IntelliJ IDEA Community Edition (version 2018.2)
[!] VS Code (version 1.25.1)
[!] Connected devices
! No devices available
! Doctor found issues in 2 categories.
How to solve Flutter plugin not installed; this adds Flutter specific functionality?
- How to solve Flutter plugin not installed; this adds Flutter specific functionality?
to solve Flutter plugin not installed; this adds Flutter specific functionality Just install plugins. Studio>>File>Settings>Plugins>Browse Repositories Search for flutter. Tap on Install (a dialog will pop regarding dart dependency. click Yes). Once the installation is finished restart android studio.
- Flutter plugin not installed; this adds Flutter specific functionality
to solve Flutter plugin not installed; this adds Flutter specific functionality Just install plugins. Studio>>File>Settings>Plugins>Browse Repositories Search for flutter. Tap on Install (a dialog will pop regarding dart dependency. click Yes). Once the installation is finished restart android studio.
Solution 1: Just install flutter and dart plugins
Solution that worked for me:
- Just install plugins.
Studio>>File>Settings>Plugins>Browse Repositories - Search for flutter.
- Tap on Install (a dialog will pop regarding dart dependency. click Yes).
- Once the installation is finished restart android studio.
Solution 2: Just run this command
flutter upgrade
flutter config –android-studio-dir=”C:\Program Files\Android\Android Studio”
flutter doctor -v
then if the issue still persistes then just shift to the beta channel and the upgrade flutter then it will fix it.
flutter channel beta
flutter upgrade
Solution 3: Follow all step
The problem is with installing the required Flutter and Dart plugins. There are two ways in which you can achieve this:
- Go to Android studio → Settings → plugins → in the search bar search for Flutter and Dart plugins.
If you are installing flutter first, then Dart may get automatically installed along with it, otherwise install them separately. - If you are using VScode, in the activity bar click on extensions or press Ctrl + Shift + X. There you can search for flutter and dart plugins.
So Hope This Above 3 Solution Will Work For You Too. So it’s all About Flutter plugin not installed error. When running flutter doctor error. Hope this tutorial helped you a lot. Comment below Your thoughts and your queries. And Also Comment on your suggestion here.
Summery
So, It’s All About This tutorial. I hope this tutorial helps you lot. Please Comment Below if You stucks anywhere with my code. Thank You.
solution 2 works for me perfect
ReplyDelete