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
|
|
|
|
|
|
|
You can find information about Dart online at dartlang.org.
|
|
|
|
|
|
|
|
Here's a brief guide to what's in here:
|
|
|
|
|
|
|
|
bin/ Binaries/scripts to compile, run, and manage Dart applications.
|
|
|
|
dart Dart virtual machine
|
|
|
|
dart2js Dart-to-JavaScript compiler
|
2013-04-15 17:05:52 +00:00
|
|
|
dartanalyzer Dart static analyzer
|
2015-09-18 20:18:10 +00:00
|
|
|
dartdoc Dart documentation generator
|
2012-09-27 17:23:09 +00:00
|
|
|
pub Pub, the Dart package manager
|
2014-07-29 20:04:48 +00:00
|
|
|
dartfmt Dart code formatter
|
2012-09-27 17:23:09 +00:00
|
|
|
|
2014-08-27 08:52:38 +00:00
|
|
|
lib/ Libraries that are shipped with the Dart runtime. More
|
2012-09-27 17:23:09 +00:00
|
|
|
information is available at api.dartlang.org.
|
|
|
|
|
2014-08-27 08:52:38 +00:00
|
|
|
packages/ Additional packages that are shipped outside of the Dart
|
2012-09-27 17:23:09 +00:00
|
|
|
runtime. More information is available at api.dartlang.org.
|
|
|
|
|
2014-07-29 20:04:48 +00:00
|
|
|
version The version number of the SDK (ex. 1.5.1).
|
|
|
|
|
|
|
|
revision The Subversion revision of the SDK build (ex. 37107).
|