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.
Asked
Active
Viewed 155 times
0
-
could you add the error as a code snippet instead? what's the OS that you're using? – Ahmad F Jun 13 '23 at 10:28
-
you can also include output after running the command with --verbose option – Szymon Kowaliński Jun 13 '23 at 19:16
1 Answers
0
You should thank the producers of FVM for their great work over the years, but there's a new player in town: puro
.
Puro is faster, more space-efficient, and interacts more closely with shells and IDEs. Instead of multiple, nearly-identical installs of various versions, Puro relies on the knowledge that a Flutter release is a git repo, and effectively downloads and stores only the diffs between releases.
Check it out at https://puro.dev/.
(Plus, as an easter egg, check out puro eval
.)

Randal Schwartz
- 39,428
- 4
- 43
- 70