output after i clicked to install plugini have recently updated android studio to 3.4 because of that there is problem in plugin .It says flutter plugin is not compatible with this version of android studio . how Can i solve this issue ?
6 Answers
Update Flutter plugin to latest(34.0.2) version.
How I update flutter plugin version in MacOS:
- Android Studio -> Preference
- Select plugins in sidebar
- Select flutter and click update button.
- File -> Invalidate Caches & Restart.
Installed plugin version in Android Studio
- Dart version : 183.5901
- Flutter : 34.0.2
2 Comments
kiran the ray of light
nothing happen broo i had mention picture above in the question please have a look at that
AAryan
for me, on Mac there is no issue, try to update flutter repo along with plugin and android studio.
It seems like both the latest Dart and Flutter plugins are't compatible with Android Studio 3.4. I just opened up an Issue on GitHub, I see that you are also running on Linux like me, this may be the issue?