Closed chreck closed 2 months ago
@chreck is attempting to deploy a commit to the FlutterTools Team on Vercel.
A member of the Team first needs to authorize it.
@chreck This means that .fvm was most likely configured in the home directory. Do you have a pubspec.yaml there? That might have caused it to be configured there. But the documentation is correct.
Setting the dart.flutterSdkPath to ".fvm/versions/stable" did not work for me. Because with that it looks into the project folder and not in the home folder of the user. Where the .fvm folder is located. So only by referencing to the home directory with "~/.fvm/versions/stable" worked as it should.