I would like to remove/uninstall flutter on ubuntu (16.04). I have not found any solution on the Internet.
Thank you very much!
All you have to do is remove the contents of the directory where you unzipped it in. Even the path addition to be able to call the flutter command from anywhere in your system has to be done manually. If you did that, then you can remove it as well from your shell's PATH.
If you have installed flutter from snap, then you must execute:
sudo snap remove flutter
I just deleted the folder itself.
You can also reset your PATH variable (if you had previously set it to include flutter as well) so that when you run flutter doctor
in your terminal, you will get command not found
which means it's not there anymore
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With