1

I was running an old project and using FVM to change the flutter sdk version.

It changes flutter's SDK version but not the Dart SDK version which leads to some error. How can I set dart SDK version to any desired version.

Shanu
  • 311
  • 2
  • 16

1 Answers1

0

As of fvm 2.4.1, you still cannot install the dart sdk separately from the flutter sdk. And it also means that you can't select the dart sdk version.

The only solution at the moment is that you can find the right version of the dart sdk by installing a suitable version of the flutter sdk

Ruble
  • 2,589
  • 3
  • 6
  • 29