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
+7-25Lines changed: 7 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,23 +241,17 @@ git checkout dev
241
241
242
242
### Installing Dart
243
243
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.
244
+
This project requires using the latest Dart 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.7.3:
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:
252
252
253
253
<pre>
254
-
choco install dart-sdk --version 3.7.3
255
-
</pre>
256
-
257
-
To stop Chocolatey from automatically updating Dart to the latest version, pin it:
258
-
259
-
<pre>
260
-
choco pin --name="'dart-sdk'" --version="'3.7.3'"
254
+
choco install dart-sdk
261
255
</pre>
262
256
263
257
</details>
@@ -267,16 +261,10 @@ First, install <a href="https://brew.sh/">Homebrew</a> if you haven't already. I
267
261
268
262
It may help to run `brew tap dart-lang/dart` first.
269
263
270
-
Then, install Dart 3.7.3:
271
-
272
-
<pre>
273
-
brew install dart@3.7.3
274
-
</pre>
275
-
276
-
To stop Homebrew from automatically updating Dart to the latest version, pin it:
264
+
Then, install Dart:
277
265
278
266
<pre>
279
-
brew pin dart@3.7.3
267
+
brew install dart
280
268
</pre>
281
269
282
270
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