Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
github.com/flutter/flutter.
Steps to Reproduce
FVM (https://fvm.app) is an excellent app to help associate a specific flutter version with a project.
However, it requires that the user enter an absolute path in the Flutter path in settings. Absolute
paths are not great and hard to share in a multi-developer environment.
Suggestions
Best: If the IDE sees a ".fvm" directory in the top level of the project, use its flutter_sdk subdirectory as the path to flutter.
2nd best: Instead, use it for the default path to flutter, allowing the user to change it in Preferences.
3rd best: Allow a relative path for the flutter path in the preference, which would start from the project directory, or possibly use environment variables.
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
github.com/flutter/flutter.
Steps to Reproduce
FVM (https://fvm.app) is an excellent app to help associate a specific flutter version with a project.
However, it requires that the user enter an absolute path in the Flutter path in settings. Absolute
paths are not great and hard to share in a multi-developer environment.
Suggestions
Best: If the IDE sees a ".fvm" directory in the top level of the project, use its flutter_sdk subdirectory as the path to flutter.
2nd best: Instead, use it for the default path to flutter, allowing the user to change it in Preferences.
3rd best: Allow a relative path for the flutter path in the preference, which would start from the project directory, or possibly use environment variables.