+ +If you're a VScode user link the new Flutter SDK path in your settings +`$projectRoot/.vscode/settings.json` (create if it doesn't exists yet) + +```json +{ + "dart.flutterSdkPath": ".flutter" +} +``` + +Commit this file to your git repo and your coworkers will automatically use `flutterw` from now on + +
++ +Go to `Preferences > Languages & Frameworks > Flutter` and set the Flutter SDK path to `$projectRoot/.flutter` + + + +
+