Update Getting Setup with Dart authored by Adam Haertter's avatar Adam Haertter
...@@ -36,6 +36,10 @@ Lastly, make sure you tick the checkboxes for the modules that need to have Dart ...@@ -36,6 +36,10 @@ Lastly, make sure you tick the checkboxes for the modules that need to have Dart
![image](uploads/d8a58339421d4daaa8b8082c937d8e94/image.png) ![image](uploads/d8a58339421d4daaa8b8082c937d8e94/image.png)
### Using the Run Configurations in IntellIJ
If you are still having problems in IntelliJ, make sure you have opened your IntelliJ session to be in either the **Game Manager project or the Companion App project**. Opening the project at the root (FreshmanRPG) will not work the same!
## Running the pub get ## Running the pub get
Navigate to the game_manager project folder in your terminal and run the following command: Navigate to the game_manager project folder in your terminal and run the following command:
```bash ```bash
... ...
......