Change Flutter version in Android Studio
While developing apps in Android Studio, it is very common that sometimes we want to change the Flutter SDK in Android Studio, so here we have explained the way through which you can change and set the Flutter SDK as per your requirement.
Step 1: Download Flutter SDK version
Step 2: Open project for which you want to change Flutter SDK, click on File and select Settings in android studio, once select Settings search for flutter then select flutter and change Flutter SDK path, Incase if you are doing first time may be flutter SDK version path not available then click the right side of drop down button and browse the flutter path.
Step 3: Similarly you can change Dart but by default when you select Flutter SDK version automatically Dart will change incase not then you change it accordingly.
Conclusion: Here in this article we explained how to change Flutter SDK version in Android Studio.