- Install Dart for your platform.
- Configure your IDE to point to the Dart SDK directory listed from the installation instructions.
e.g. Windows: C:\tools\dart-sdk - Install Flutter for your platform. Note: The download is big. Extract using an archive tool if needed.
- Ensure your PATH includes the
bin
directory of your Flutter installation.
e.g. Windows:C:\src\flutter\binC:\src\flutter\bin
- In IntelliJ, install the following plugins:
- Dart by JetBrains
- Flutter by flutter.dev
- In your IDE and in the path of this repo, open a terminal and run
flutter packages get
- In IntelliJ, configure Flutter settings