-
以管理员身份打开
PowerShell执行下面命令,安装好Chocolatey(choco)sh$ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))验证安装成功
sh$ choco -v -
然后按着 fvm 官方安装文档 进行安装,没几个步骤。
测试是否安装成功
sh$ fvm -v -
常用指令
shGlobal options: -h, --help Print this usage information. --verbose Print verbose output. -v, --version Print the current version. Available commands: api Provides JSON API access to FVM data for integrations and tooling config Configure global FVM settings and preferences dart Runs Dart commands using the project's configured Flutter SDK destroy Completely removes the FVM cache and all cached Flutter SDK versions doctor Shows detailed information about the FVM environment and project configuration exec Executes commands with the project's configured Flutter SDK in the environment flavor Executes Flutter commands using the SDK version configured for a specific project flavor flutter Runs Flutter commands using the project's configured SDK version fork Manage Flutter fork aliases global Sets a Flutter SDK version as the global default install Installs a Flutter SDK version and caches it for future use list Lists all Flutter SDK versions installed by FVM releases Lists all Flutter SDK releases available for installation remove Removes Flutter SDK versions from the cache spawn Executes Flutter commands using a specific SDK version use Sets the Flutter SDK version for the current project
Windows Flutter fvm 多版本管理安装与常用指令(详细使用)
卡尔特斯2025-12-12 11:37
相关推荐
leazer19 小时前
Flutter Windows 构建失败:.plugin_symlinks 符号链接异常的排查与修复小蜜蜂嗡嗡2 天前
flutter image_cropper截图控件布局顶到状态栏中问题程序员老刘2 天前
跨平台开发地图:大厂统一底层,五月框架大乱斗谁在干实事?| 2026年5月环信即时通讯云2 天前
环信Flutter UIKit适配鸿蒙实战指南用户536822100182 天前
flutter学习笔记 - Dart基本语法(一)用户游民2 天前
Flutter Provider原理以及用法qq_14030341442 天前
flutter程序员老刘3 天前
为什么AI不会淘汰Flutter,反而让它更吃香了蝎子莱莱爱打怪3 天前
我花两年业余时间做了个IM系统,然后呢😂??