-
以管理员身份打开
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
相关推荐
l134062082351 天前
Flutter Geocoding 在鸿蒙上的使用指南AiFlutter1 天前
三、内容展示(02):图片l134062082351 天前
344.在鸿蒙上使用 animations Flutter 包的指南2501_946244781 天前
Flutter & OpenHarmony OA系统底部导航栏组件开发指南2501_944446001 天前
Flutter&OpenHarmony字体与排版设计消失的旧时光-19431 天前
mixin 写一个 Flutter 的“埋点 + 日志 + 性能监控”完整框架示例消失的旧时光-19431 天前
Flutter 工程中 mixin 的正确打开方式:5 种高质量设计范式 + mixin vs 继承 vs 组合 + 为什么它比 BasePage 更优雅消失的旧时光-19431 天前
Flutter 中 mixin 的完整认知体系——从原理、范式、架构选择到反模式(工程实战版)2501_946244781 天前
Flutter & OpenHarmony OA系统下拉刷新组件开发指南kirk_wang1 天前
Flutter 三方库 simple_circular_progress_bar 在 OHOS 平台的适配实践