You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Set your `FLUTTER_SDK` path in the configuration file for your shell environment.
@@ -98,13 +98,13 @@ name and contact info to the [AUTHORS](AUTHORS) file.
98
98
4. Set your `DARK_SDK` path in the configuration file for your shell environment.
99
99
- In your shell configuration file (e.g. `.bashrc` or `.zshrc`), set your `DART_SDK` env variable to match the Dart SDK in your Flutter SDK. This should look like the `FLUTTER_SDK` path (added above) with `/bin/cache/dart-sdk` appened to the end.
5. Add `DART_SDK`, `FLUTTER_SDK` and `JAVA_HOME` to your `PATH`.
105
105
- In your shell configuration file (e.g. `.bashrc` or `.zshrc`), below where your `JAVA_HOME`, `FLUTTER_SDK`, `DART_SDK` env variables were set, add the following line:
@@ -150,6 +150,7 @@ name and contact info to the [AUTHORS](AUTHORS) file.
150
150
- `dart pub get`
151
151
- `(cd tool/plugin; dart pub get)`
152
152
- `bin/plugin test`
153
+
- Note: If there are Dart errors during build originating in the `tool/plugin` directory, try deleting the contents of the `pubspec.lock` file and re-running the pub get steps. This will allow you to get a fresh set of pub packages.
153
154
154
155
### Configure "Project Structure" settings
155
156
@@ -263,7 +264,7 @@ A problem occurred configuring project ':flutter-idea'.
263
264
> Source directory 'X:\path\to\your\flutter-intellij\flutter-idea\resources' is not a directory.
264
265
```
265
266
266
-
Check out if the directory is a symlink by open the link in IDEA, and it'll display as:
267
+
Check if the directory is a symlink by opening the link in IDEA, and it'll display as:
267
268
268
269
```symlink
269
270
../resources
@@ -275,8 +276,8 @@ Delete the file, then re-clone the repo using the below command:
0 commit comments