| commit | 49f348e6543fd41eb57e3a0cbf5da0dc162b679f | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Thu Jun 09 17:33:44 2022 +0000 |
| committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 09 17:33:44 2022 +0000 |
| tree | a69a15ff6b8a32a034057f3da861dcf624fdfc44 | |
| parent | 3b111d5e0dfe7ed3a8b92faac6db155744bc2c0f [diff] |
Revert "[deps] rev to the latest package:http" This reverts commit 8d2541fa44f49d9cdafa90c43112324099253b4d. Reason for revert: This breaks the CBUILD: https://dart-in-g3-qa-prod.corp.google.com/dg3/Home#/cbuild/find/8d2541fa44f49d9cdafa90c43112324099253b4d Original change's description: > [deps] rev to the latest package:http > > Change-Id: I922d9e5d108748ee6de21d9e8a4f7734437b385a TBR=devoncarew@google.com,nbosch@google.com,bquinlan@google.com Change-Id: Ia6ec0b2eec24f9de8335264995f532a48127a034 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247764 Reviewed-by: Devon Carew <devoncarew@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Siva Annamalai <asiva@google.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.