skip to Main Content

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"?

2

Answers


  1. 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.

    Login or Signup to reply.
  2. make sure you have fvm setup already, to add it to an existing project use command **fvm use version **

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search