Search code examples
flutterdartfvm

How to clean uninstall flutter fvm package


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


Solution

  • 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.