Hi Guys, Welcome to Proto Coders Point, In this Article, let’s checkout how to uninstall flutter from Android Studio and windows properly.
Follow the step below & completely uninstall flutter in windows 10 & unistall flutter & dart plugin from android studio IDE.
How to remove flutter from android studio
Step 1: Open Android Studio
Goto file -> Settings (Windows Opens) -> Plugin
In plugin option goto -> Installed tab
Step 2: uninstall flutter & dart plugin from android Studio
In Installed Tab, you may see flutter & dart plugin installed, select them individually, side to disable button click on drop down & click uninstall
Step 3: Restart Android Studio IDE
After uninstalling flutter & dart, just restart IDE.
Now, you have successfully uninstalled flutter plugin from android studio IDE.
Now you need to delete flutter sdk from windows.
How to Delete Flutter SDK from windows
Search path where you have unzipped flutter SDK files.
If you know where you have unzip flutter sdk just go to that path & delete it and that’s it.
OR
If you don’t remember where is your flutter SDK, you can easily find it by checkin Environment variable path to flutter sdk.
follow below step to goto Envirnoment variable.
- This PC (Right Click Properties)
- Advance System Setting
- Envirnoment Variable
- System Variable(search for path)
- click Edit
Check the path where you have kept flutter SDK.
& then remove the path that is set to flutter SDK as shown in above screenshot & also delete the flutter sdk folder and we have successfully installed flutter from windows.