以管理员身份打开
PowerShell执行下面命令,安装好Chocolatey(choco)$ 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'))验证安装成功
$ choco -v然后按着 fvm 官方安装文档 进行安装,没几个步骤。
测试是否安装成功
$ fvm -v常用指令
Global 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 多版本管理安装与常用指令(详细使用)
张小明
前端开发工程师
网络编程代码解析
C 网络编程代码解析(更新了poll和epoll多路复用) 客户端代码(client.cpp) #include "../myhead.h" #define SER_IP "xxx" // 服务器IP地址 #define SER_PORT 8888 // 服务器端口号 …
告别模组安装噩梦:Wabbajack如何用自动化技术拯救游戏玩家
告别模组安装噩梦:Wabbajack如何用自动化技术拯救游戏玩家 【免费下载链接】wabbajack An automated Modlist installer for various games. 项目地址: https://gitcode.com/gh_mirrors/wa/wabbajack 还在为复杂的模组安装步骤头疼吗?每次重装系统…
如何快速掌握Intel One Mono字体:开发者的完整配置指南
如何快速掌握Intel One Mono字体:开发者的完整配置指南 【免费下载链接】intel-one-mono Intel One Mono font repository 项目地址: https://gitcode.com/gh_mirrors/in/intel-one-mono 在现代软件开发中,选择合适的编程字体对提升编码效率和减少…
基于Springboot酒店管理系统的设计与实现c12044zy(程序、源码、数据库、调试部署方案及开发环境)系统界面展示及获取方式置于文档末尾,可供参考。
一、系统程序文件列表 二、开题报告内容 基于Spring Boot的酒店管理系统的设计与实现 开题报告 一、选题背景与意义 1.1 选题背景 随着旅游业的快速发展和互联网技术的普及,酒店行业对信息化管理的需求日益迫切。传统酒店管理方式(如手工记录、单机…
[天机学堂]-04我的课表2
开发接口 添加课程到课表 需求分析: 用户购买课程后,交易服务会通过MQ通知学习服务,学习服务将课程加入用户课表中 接下来,我们来分析一下添加课表逻辑的业务流程。首先来对比一下请求参数和数据库字段: 一个userId和一个cours…
WatchAlert 轻量级AI日志告警 - Docker安装部署
全面兼容主流可观测技术栈监控类型 支持的数据源Metrics Prometheus、VictoriaMetricsLogs Loki、ElasticSearch、VictoriaLogs、ClickHouse、SLS(阿里云日志服务)、TLS(火山云日志服务,开发中)、CLS(腾讯云…