Questions tagged [fvm]
31 questions
0
votes
1 answer
How to Install Flutter using fvm(Flutter Version Manager?), I have tried this command but it is not working(fvm install 3.7.6)?
I just Added fvm using homebrew then I have tried to install flutter sdk using fvm - (Flutter version Manager) I have used this command - "fvm install 3.7.6" but I'm getting this error.
Please help me to fix this issue

Anusha Ruwani
- 1
- 1
0
votes
1 answer
Upgrade old Flutter project to a newer SDK version
I use Flutter with FVM, and I stumbled upon an issue: how can I upgrade an old project to the same SDK version I'm currently using?
As an example, I have some Flutter versions I can switch using FVM, and wanted to upgrade a project to use the 3.7.0…

William Saborido
- 1
- 1
0
votes
1 answer
fvm flutter errors are cached when I switch flutter version
I use FVM for my project. I have installed 2 different versions of flutter, 3.3.9 and 3.7.12. Whenever I switch from one version to another, I get to see the errors from the version I switched to. I have tried flutter clean, flutter pub get. But…

A.Ktns
- 381
- 6
- 12
0
votes
1 answer
FVM Flutter configuration
I installed FVM, but it only works in CMD/Power Shell and only when i run it as an Administrator
If I try to do a command as an admin, the CMD shuts down. On an another note, the Power Shell gives me the code line
"Error: Unable to find git in your…
0
votes
1 answer
is it possible to active the pub when using fvm
I have tried to active the flutter pub like this:
fvm use 3.7.11
and run command:
> pub get
zsh: command not found: pub
I also tried to active global like this:
> fvm global 3.7.11
Flutter "3.7.11" has been set as global
However your "flutter"…

spark
- 663
- 1
- 5
- 18
0
votes
1 answer
fvm flutter pub get from Android Studio
I am using fvm (Flutter Version Management) for Flutter.
One of the small issues I have is that I was used to clicking the Pub Get button at the top of the pubspec.yaml.
However this runs flutter pub get and not fvm flutter pub get. So now I have to…

Ryan Heitner
- 13,119
- 6
- 77
- 119
0
votes
0 answers
How can I install 3.7.6 git error in flutter fvm
fvm install 3.7.6
fvm: local:/opt/fvm/versions/2.10.3
Cloning into '/opt/fvm/versions/3.7.6'...
remote: Enumerating objects: 770, done.
remote: Counting objects: 100% (473/473), done.
remote: Compressing objects: 100% (55/55), done.
remote: Total…

Tmoson
- 1
0
votes
0 answers
fvm error Because flutter_tools depends on web_socket_channel 2.2.0 which doesn't match any versions - Flutter
I recently decided to start using FVM in flutter to manage my flutter versions. However, when I install a new version, this error that I show below occurs, leaving me in an eternal loop. Would anyone know what this is? My solution is that I end up…

Lucas Barreto Luz
- 165
- 10
0
votes
0 answers
How to set in VSCODE fvm when press f5 to run the project automatically? (if it's possible)
I have many projects with differents versions but i would like to automatize the process, setting to vscode that it's gonna take the FVM version and not Flutter, for example:
When VSCODE compile automatically a flutter pub get, instead will be fvm…

Roberto
- 1
- 1
0
votes
1 answer
fvm keep requesting change flutter path
I am trying to use fvm on Windows.
Because my projects use mixed of languages, I need to change the version globally.
The problem is that it keeps asking me to change the flutter path.
At first,
So, I moved flutter path down to the bottom of…

jisoooh0202
- 33
- 4
0
votes
3 answers
How To Integrate FVM with an existing flutter project in Android Studio?
I am working on two projects. one has flutter version of 2.10.1 and another has version 2.10.5. it is very irritating and difficult for me to download each time the version. I have already activated fvm but I am not able to manage the "fvm absolute…

Mukhtar Ali Khan
- 1
- 3
0
votes
1 answer
Unable to reproduce results for spherical grid in FIPY
I'm trying to reproduce a result from this post (considering fixes provided in answer by jeguyer). But when I try to run the exact same code I receive the following…

Perfy
- 15
- 4
0
votes
2 answers
flutter requires SDK version, but version is correctly installed
$fvm flutter run
Running "flutter pub get" in flutterweb...
The current Dart SDK version is 2.13.4.
Because flutterweb requires SDK version >=2.14.0 <3.0.0, version solving failed.
I have this error.
Hoever --version is…

whitebear
- 11,200
- 24
- 114
- 237
0
votes
1 answer
globals.platform.environment['LOCALAPPDATA'] / FVM / Flutter
When I run fvm flutter doctor in VSCode, I get this error:
Building flutter tool...
../../../../../../fvm/versions/1.22.6/packages/flutter_tools/lib/src/android/android_studio.dart:379:37: Error: The argument type 'String?' can't be assigned to the…

Whezer
- 101
- 1
- 7
0
votes
1 answer
flutter fvm issues when installing on mac android studio
Recently there are two projects that i am working and they are different versions i did the setup 2.0.6 to the project and set the path as well, but its still giving me error for the project
The current Flutter SDK version is 2.0.5. …

Sagar Acharya
- 3,397
- 4
- 12
- 34