-
以管理员身份打开
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
相关推荐
maaath8 小时前
【maaath】Flutter for OpenHarmony 实战:旅游攻略应用开发指南jiejiejiejie_9 小时前
Flutter for OpenHarmony 跨平台开发:计算器功能实战指南jiejiejiejie_10 小时前
Flutter for OpenHarmony 交互体验实战合集:底部导航优化 + 萌系用户反馈全攻略liulian091610 小时前
Flutter for OpenHarmony 跨平台开发:番茄钟功能实战指南liulian091611 小时前
Flutter for OpenHarmony 效率工具开发实战:我实现的番茄钟与倒计时功能总结jiejiejiejie_13 小时前
Flutter for OpenHarmony 跨平台开发:待办事项功能实战指南maaath13 小时前
【maaath】Flutter for OpenHarmony 实战:电影榜单应用开发指南xmdy586617 小时前
Flutter+开源鸿蒙实战|智安盾电商溯源平台Day6 登录逻辑+积分体系+全局收尾优化liulian091617 小时前
Flutter for OpenHarmony 工具类应用实战总结:计算器 + 记事本功能开发全解析911hzh18 小时前
Flutter WebRTC iOS 原理解析:从 getUserMedia 到 Texture,讲清视频采集、纹理渲染与远端通话链路