ricow@google.com | 6234405 | 2013-08-20 10:38:55 +0000 | [diff] [blame] | 1 | The Dart SDK is a set of tools and libraries for the Dart programming language. |
dgrove@google.com | 470ac9f | 2012-09-27 17:23:09 +0000 | [diff] [blame] | 2 | |
Michael Thomsen | baaf920 | 2021-10-05 13:46:41 +0000 | [diff] [blame] | 3 | You can find information about Dart online at https://dart.dev/. |
dgrove@google.com | 470ac9f | 2012-09-27 17:23:09 +0000 | [diff] [blame] | 4 | |
| 5 | Here's a brief guide to what's in here: |
| 6 | |
Michael Thomsen | baaf920 | 2021-10-05 13:46:41 +0000 | [diff] [blame] | 7 | bin/ Binaries/scripts to compile, run, and manage Dart apps. |
asiva | 5e50884 | 2021-10-25 16:08:40 +0000 | [diff] [blame] | 8 | dart Command line Dart tool |
Michael Thomsen | baaf920 | 2021-10-05 13:46:41 +0000 | [diff] [blame] | 9 | dartaotruntime Minimal Dart runtime for running AOT modules |
Parker Lougheed | bbdbd07 | 2023-11-21 10:33:22 +0000 | [diff] [blame] | 10 | resources/ Resource files for dartdoc and devtools |
| 11 | snapshots/ AppAOT and AppJIT snapshots of various tools |
| 12 | utils/ Tools used by Dart compilers |
dgrove@google.com | 470ac9f | 2012-09-27 17:23:09 +0000 | [diff] [blame] | 13 | |
asiva | 5e50884 | 2021-10-25 16:08:40 +0000 | [diff] [blame] | 14 | include/ header files that define the Dart embedding API for use by |
| 15 | - C/C++ applications that embed the Dart Virtual machine |
| 16 | - native libraries loaded into a dart application using FFI |
| 17 | (https://dart.dev/guides/libraries/c-interop) |
| 18 | |
Michael Thomsen | baaf920 | 2021-10-05 13:46:41 +0000 | [diff] [blame] | 19 | lib/ Libraries that are shipped with the Dart runtime. More |
| 20 | information is available at https://api.dart.dev. |
dgrove@google.com | 470ac9f | 2012-09-27 17:23:09 +0000 | [diff] [blame] | 21 | |
asiva | 5e50884 | 2021-10-25 16:08:40 +0000 | [diff] [blame] | 22 | LICENSE Description of Dart SDK license |
| 23 | |
| 24 | README This file |
dgrove@google.com | 470ac9f | 2012-09-27 17:23:09 +0000 | [diff] [blame] | 25 | |
Michael Thomsen | baaf920 | 2021-10-05 13:46:41 +0000 | [diff] [blame] | 26 | revision The git commit ID of the SDK build |
| 27 | (for example, 020b3efd3f0023c5db2097787f7cf778db837a8f). |
asiva | 5e50884 | 2021-10-25 16:08:40 +0000 | [diff] [blame] | 28 | |
| 29 | version The version number of the SDK (for example, 2.12.1). |