| commit | 789d979f906508204e0d2f15fff999190dc34ce1 | [log] [tgz] |
|---|---|---|
| author | Alexander Thomas <athom@google.com> | Wed Aug 31 15:47:29 2022 +0000 |
| committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 31 15:47:29 2022 +0000 |
| tree | 0f644646036aca5822126b5379d3cb40e1336f82 | |
| parent | 212d5e3a31e82f156ba1e9996ff2cf70d959582d [diff] |
Revert "[infra] Add dart_ci scripts to Dart SDK DEPS" This reverts commit 1acf5dea46ca64fdc9f75e4279960683c68bd354. Reason for revert: Broke gclient sync for users. Original change's description: > [infra] Add dart_ci scripts to Dart SDK DEPS > > * Remove find_base_commit.dart script, this script will be supplied via > the CIPD package instead. > * The packages use "latest", to stay in sync with the current > infrastructure rather than pinning them to an old version. > > Bug: b/242960194 > Change-Id: Iafa229e26b8926bc406758a79d22fe1410e1db96 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255681 > Commit-Queue: Alexander Thomas <athom@google.com> > Reviewed-by: William Hesse <whesse@google.com> TBR=whesse@google.com,athom@google.com Change-Id: I1d17b47f72527e46e117420b9d816a5a1dce711c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/242960194 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256502 Reviewed-by: Alexander Thomas <athom@google.com> Auto-Submit: Alexander Thomas <athom@google.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.