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 path" in flutter sdk path. how can I have the .fvm/flutter_sdk directory in my running project to get "fvm absolute path"?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
You just need to run
fvm install <VERSION>
in your project, by example :fvm install 2.10.1
You can check the version by using
fvm flutter --version
All informations are in FVM documentation.
make sure you have fvm setup already, to add it to an existing project use command **fvm use version **