2013-08-20 10:38:55 +00:00
|
|
|
The Dart SDK is a set of tools and libraries for the Dart programming language.
|
2012-09-27 17:23:09 +00:00
|
|
|
|
2021-10-05 13:46:41 +00:00
|
|
|
You can find information about Dart online at https://dart.dev/.
|
2012-09-27 17:23:09 +00:00
|
|
|
|
|
|
|
Here's a brief guide to what's in here:
|
|
|
|
|
2021-10-05 13:46:41 +00:00
|
|
|
bin/ Binaries/scripts to compile, run, and manage Dart apps.
|
2021-10-25 16:08:40 +00:00
|
|
|
dart Command line Dart tool
|
2021-10-05 13:46:41 +00:00
|
|
|
dartaotruntime Minimal Dart runtime for running AOT modules
|
2021-10-25 16:08:40 +00:00
|
|
|
dart2js Dart to JavaScript production compiler
|
|
|
|
dartdevc Dart to Javascript development compiler
|
2021-10-05 13:46:41 +00:00
|
|
|
dartdoc Dart documentation generator
|
2012-09-27 17:23:09 +00:00
|
|
|
|
2021-10-25 16:08:40 +00:00
|
|
|
include/ header files that define the Dart embedding API for use by
|
|
|
|
- C/C++ applications that embed the Dart Virtual machine
|
|
|
|
- native libraries loaded into a dart application using FFI
|
|
|
|
(https://dart.dev/guides/libraries/c-interop)
|
|
|
|
|
2021-10-05 13:46:41 +00:00
|
|
|
lib/ Libraries that are shipped with the Dart runtime. More
|
|
|
|
information is available at https://api.dart.dev.
|
2012-09-27 17:23:09 +00:00
|
|
|
|
2021-10-25 16:08:40 +00:00
|
|
|
LICENSE Description of Dart SDK license
|
|
|
|
|
|
|
|
README This file
|
2012-09-27 17:23:09 +00:00
|
|
|
|
2021-10-05 13:46:41 +00:00
|
|
|
revision The git commit ID of the SDK build
|
|
|
|
(for example, 020b3efd3f0023c5db2097787f7cf778db837a8f).
|
2021-10-25 16:08:40 +00:00
|
|
|
|
|
|
|
version The version number of the SDK (for example, 2.12.1).
|