@@ -4,12 +4,13 @@ description: Dart libraries and command-line tools.
4
4
---
5
5
6
6
The Dart SDK has the libraries and command-line tools that you need to develop
7
- Dart web, command-line, and server apps. To get the Dart SDK, see [ Get Dart] ( /get-dart ) .
8
- If you're developing Flutter apps,
9
- then you don't need to separately download the Dart SDK; just [ install Flutter.] [ flutter ]
7
+ Dart web, command-line, and server apps.
8
+ To install the Dart SDK, see [ Get Dart] ( /get-dart ) .
9
+ If you're developing Flutter apps, [ install the Flutter SDK] [ flutter ] .
10
+ The Flutter SDK includes the Dart SDK.
10
11
11
- To learn about other tools you can use for Dart development, see
12
- the [ Dart tools] ( /tools ) page.
12
+ To learn about other tools you can use for Dart development,
13
+ check out the [ Dart tools] ( /tools ) page.
13
14
14
15
{{site.alert.version-note}}
15
16
This site's documentation and examples use
@@ -26,25 +27,29 @@ the [Dart tools](/tools) page.
26
27
27
28
## What's in the Dart SDK
28
29
29
- The Dart SDK includes a ` lib ` directory for the [ Dart libraries] [ ] and a ` bin `
30
- directory that has these command-line tools:
30
+ The Dart SDK includes two directories:
31
+
32
+ * ` lib ` contains the [ Dart libraries] [ ] .
33
+ * ` bin ` contains the following command-line tools.
31
34
32
35
[ ` dart ` ] ( /tools/dart-tool )
33
- : The command-line interface for creating, formatting, analyzing, testing ,
34
- documenting, compiling , and running Dart code.
36
+ : The command-line interface to create, format, analyze, test ,
37
+ document, compile , and run Dart code.
35
38
36
39
[ ` dartaotruntime ` ] ( /tools/dartaotruntime )
37
40
: A Dart runtime for AOT-compiled snapshots.
38
41
39
- For more information about the SDK, see its
40
- [ README file.] ( https://github.com/dart-lang/sdk/blob/main/README.dart-sdk )
42
+ {% include tools/utf-8.md %}
43
+
44
+ To learn more about the SDK, check out its [ README file] [ readme ] .
41
45
42
46
## Filing bugs and feature requests
43
47
44
48
To see existing issues or create a new one,
45
- go to [ the SDK issue tracker] ( https://github.com/dart-lang/ sdk/ issues) .
49
+ go to [ the SDK issue tracker] [ sdk- issues ] .
46
50
47
- [ build the SDK from source ] : https://github.com/dart-lang/sdk/wiki/Building
48
51
[ Dart libraries ] : /libraries
49
52
[ flutter ] : https://flutter.dev/docs/get-started/install
50
53
[ site SDK version ] : {{site.dart-api}}/{{site.data.pkg-vers.SDK.channel}}/{{site.data.pkg-vers.SDK.vers}}/index.html
54
+ [ readme ] : ({{site.gh-dart.sdk}}/blob/main/README.dart-sdk)
55
+ [ sdk-issues ] : ({{site.gh-dart.sdk}}/issues)
0 commit comments