fvm icon indicating copy to clipboard operation
fvm copied to clipboard

Flutter Version Manager. Flutter 多版本管理工具。 本地缓存安装多个 Flutter 版本,随时快速切换

Results 12 fvm issues
Sort by recently updated
recently updated
newest added

Hello! Thank you for creating fvm. I had a better experience using this fvm instead of https://github.com/fluttertools/fvm Very straight forward and useful. Keep up the good work!

执行`fvm install 2.8.1 --repo https://gitee.com/mirrors/Flutter.git` 提示:Could not find an option named "repo".

我使用fvm 来管理Flutter版本,目前有两个版本:1.20.3 和 2.0.4,当前版本切换到2.0.4,但是当我查看按住Command查看源码的时候,跳转的路径却是1.20.3,请问这是怎么回事?在命令行输入fvm current ,显示的也是2.0.4 ![image](https://user-images.githubusercontent.com/12172087/115093711-cc129480-9f4d-11eb-9bb5-99fd34003862.png) ![image](https://user-images.githubusercontent.com/12172087/115093775-fbc19c80-9f4d-11eb-9e8e-6633773720b5.png)

![image](https://user-images.githubusercontent.com/6898205/142992428-61b63eb5-ae16-4156-addc-57b0606e4d20.png) fvm list-remote 无法展示sdk新 版本信息,导致无法升级

当我执行如下命令时 fvm install 1.22.0 提示 Error: no flutter version matched 1.22.0 !! 安装其他版本也是这样的提示

我发现每次install都会去远端clone, 加一个本地的git cache应该会更好. git clone -b 以后就 git fetch -l 谢谢

jizhigang@jizhigangdeMacBook-Pro ~ % fvm install master --repo https://github.com/flutter/flutter.git fvm: You have installed flutter outside of fvm fvm: --> /opt/flutter/bin/flutter fvm: To import this into fvm, use fvm import fvm: Install...

windows系统可以用吗?有教程吗

```bash $ fvm install master fvm: Command 'git' exited with error: chdir /home/tshine/Dev/fvm/versions/master: no such file or directory ``` 系统信息 ```bash $ screenfetch ██████████████████ ████████ tshine@tshine-inspiron3471 ██████████████████ ████████ OS: Manjaro...

在mac pro下边iterm2中安装 fvm过后,在安装一个 v1.7.8 版本后按照正常操作流程,fvm是能使用了,但是这个时候 terminal 中无法找到flutter命令,另外 Android Studio中无法找到dart 环境和 flutter 命令,不知道作者在这块有测试吗