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 downloading the version from the flutter website and manually placing it in the correct folder and it works. But I wanted to solve this problem and be able to install by line of code.
PS C:\Users\lucas> fvm install 3.3.10
Flutter "3.3.10" is not installed.
Installing version: 3.3.10...
Cloning into 'C:\Users\lucas\fvm\versions\3.3.10'...
remote: Enumerating objects: 421640, done.
remote: Counting objects: 100% (77/77), done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 421640 (delta 33), reused 62 (delta 28), pack-reused 421563
Receiving objects: 100% (421640/421640), 232.47 MiB | 25.91 MiB/s, done.
Resolving deltas: 100% (321155/321155), done.
Updating files: 100% (6999/6999), done.
Updating files: 100% (2768/2768), done.
HEAD is now at 135454af32 CP: ci.yaml changes for packaging (#117133)
Checking Dart SDK version...
Downloading Dart SDK from Flutter engine ...
Expanding downloaded archive...
Building flutter tool...
Running pub upgrade...
Because flutter_tools depends on web_socket_channel 2.2.0 which doesn't match any versions, version solving failed.
Error (1): Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (9 tries left)
Running pub upgrade...
Because flutter_tools depends on web_socket_channel 2.2.0 which doesn't match any versions, version solving failed.
Error (1): Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (8 tries left)
Running pub upgrade...
Because flutter_tools depends on web_socket_channel 2.2.0 which doesn't match any versions, version solving failed.
Error (1): Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (7 tries left)