'How do I completely Uninstall Flutter SDK from Windows

How do I completely uninstall Flutter SDK from Windows? I tried to delete the Flutter Folder I had cloned from GitHub but that's not working for some reason.



Solution 1:[1]

If you go to the dir where you cloned dir and delete it. That should remove the command line tool.

rm -rf flutter

re-install git clone https://github.com/flutter/flutter.git -b stable

Solution 2:[2]

You have to delete flutter extension in Android Studio if you installed it, then, check envirment variables then you removes paths if exists. Finally, kill adb.exe if it's running (this may blocks you in removing folder)

Solution 3:[3]

Go to C drive and delete flutter folder completely, if it shows that it Opened in some app, then just restart the device and delete the folder again, it worked for me.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Gracias Peterson Claude
Solution 2 C. Khalifa
Solution 3 SHUBHASAI MOHAPATRA