Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

FVM - Manage Flutter Versions | Online Free DevTools by Hexmos

Manage Flutter versions with FVM for consistent development environments. Quickly install, use, and remove specific Flutter SDK versions. Free online tool, no registration required.

fvm

Flutter version manager. More information: https://fvm.app/documentation/guides/basic-commands.

  • Install a version of the Flutter SDK. Use without version for project settings:

fvm install {{version}}

  • Set a specific version of Flutter SDK in a project:

fvm use {{version}} {{options}}

  • Set a global version of the Flutter SDK:

fvm global {{version}}

  • Delete the FVM cache:

fvm destroy

  • Remove a specific version of the Flutter SDK:

fvm remove {{version}}

  • List all installed versions of the Flutter SDK:

fvm list

  • List all releases of the Flutter SDK:

fvm releases

return

See Also