Update Setting up IntelliJ for the Companion App and the Game Manager authored by Devin's avatar Devin
...@@ -24,7 +24,7 @@ After that, you'll need to tell IntelliJ where to find Flutter and Dart: ...@@ -24,7 +24,7 @@ After that, you'll need to tell IntelliJ where to find Flutter and Dart:
* Set the path to the Flutter SDK. If you followed the recommendation mentioned before, it will be `C:\Dev\flutter`. Otherwise, it will be the path to the flutter folder wherever you placed it on your system. * Set the path to the Flutter SDK. If you followed the recommendation mentioned before, it will be `C:\Dev\flutter`. Otherwise, it will be the path to the flutter folder wherever you placed it on your system.
* In the same window, under `Languages & Frameworks`, click `Dart` * In the same window, under `Languages & Frameworks`, click `Dart`
* Check the box labeled "Enable Dart support for the project ..." * Check the box labeled "Enable Dart support for the project ..."
* Set the path to the Dart SDK. Flutter comes with the Dart SDK. Navigate into the following directory from the flutter folder: `flutter\bin\cache\dart-sdk * Set the path to the Dart SDK. Flutter comes with the Dart SDK. Navigate into the following directory from the flutter folder: `flutter\bin\cache\dart-sdk`
* Check each of the boxes under "Enable Dart support for the following modules:" * Check each of the boxes under "Enable Dart support for the following modules:"
... ...
......