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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,23 +241,23 @@ git checkout dev
241
241
242
242
### Installing Dart
243
243
244
-
This project requires using Dart version **3.5.4**, not the latest version. Click on a dropdown below for installation instructions for your operating system.
244
+
This project requires using Dart version **3.7.3**, not the latest version. Click on a dropdown below for installation instructions for your operating system.
245
245
246
246
<!--TODO: Find a way to use code blocks with syntax highlighting inside <details>-->
First, install <ahref="https://chocolatey.org/install">Chocolatey</a> if you haven't already. If <code>choco help</code> shows a help menu for using Chocolatey, then you've set it up correctly.
250
250
251
-
Then, open a shell (cmd/Powershell) with Administrative privileges (go to Start type `cmd`, right-click on "Command Prompt", or type Powershell and right-click on "Powershell"; in both cases pick "Run as administrator") and install Dart 3.5.4:
251
+
Then, open a shell (cmd/Powershell) with Administrative privileges (go to Start type `cmd`, right-click on "Command Prompt", or type Powershell and right-click on "Powershell"; in both cases pick "Run as administrator") and install Dart 3.7.3:
252
252
253
253
<pre>
254
-
choco install dart-sdk --version 3.5.4
254
+
choco install dart-sdk --version 3.7.3
255
255
</pre>
256
256
257
257
To stop Chocolatey from automatically updating Dart to the latest version, pin it:
258
258
259
259
<pre>
260
-
choco pin --name="'dart-sdk'" --version="'3.5.4'"
260
+
choco pin --name="'dart-sdk'" --version="'3.7.3'"
261
261
</pre>
262
262
263
263
</details>
@@ -267,16 +267,16 @@ First, install <a href="https://brew.sh/">Homebrew</a> if you haven't already. I
267
267
268
268
It may help to run `brew tap dart-lang/dart` first.
269
269
270
-
Then, install Dart 3.5.4:
270
+
Then, install Dart 3.7.3:
271
271
272
272
<pre>
273
-
brew install dart@3.5.4
273
+
brew install dart@3.7.3
274
274
</pre>
275
275
276
276
To stop Homebrew from automatically updating Dart to the latest version, pin it:
277
277
278
278
<pre>
279
-
brew pin dart@3.5.4
279
+
brew pin dart@3.7.3
280
280
</pre>
281
281
282
282
If running `dart` in a terminal now does not work, you may need to follow <ahref="https://docs.brew.sh/FAQ#my-mac-apps-dont-find-homebrew-utilities">these instructions</a>.
0 commit comments