2

which folder has to be delete for clean uninstall FVM package/Flutter Version Management ?

CCP
  • 886
  • 1
  • 10
  • 30

1 Answers1

1

First apply the official uninstallation steps in the following page in the official docs for the package, select the platform from the taps above and check the Uninstall section.

If you want to also delete all the configs of FVM along with all the installed SDKs, you can type the following in the Terminal/Command Prompt:

fvm config

You will see an output similar to the following:

FVM Settings:
Located at C:\Users\moaze\fvm\.settings

cachePath: D:\Development\Flutter-SDK\versions
skipSetup: false
gitCache: false

You can see to paths in the output, one for the FVM Settings and one for the SDKs which is cachePath, you can delete both folders.

Moaz El-sawaf
  • 2,306
  • 1
  • 16
  • 33