commit | 8507f557f0d7b1465668833f29f8e63571fd80d7 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Tue Sep 19 15:41:39 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 19 15:41:39 2023 +0000 |
tree | 9946ae8599a87742465b78ce49a804bdeca1b521 | |
parent | 304cdc951f5cd88de53b75328bd41796f1b671a0 [diff] |
[deps] rev ecosystem, http, native, tools, webdev Revisions updated by `dart tools/rev_sdk_deps.dart`. ecosystem (https://github.com/dart-lang/ecosystem/compare/babf5d1..ed39318): ed39318 2023-09-14 Devon Carew validate a prerelease setup-dart version (#169) b3dc96f 2023-09-14 Devon Carew fix an issue rendering multi-line changelogs (#171) http (https://github.com/dart-lang/http/compare/e19094a..decefa6): decefa6 2023-09-15 Brian Quinlan Remove invalid status line tests and replace them with valid status line tests (#1018) native (https://github.com/dart-lang/native/compare/4f4d7c3..a5d8809): a5d8809 2023-09-18 Daco Harkes [native_toolchain_c] Bump version (#140) tools (https://github.com/dart-lang/tools/compare/1512f3d..63d8267): 63d8267 2023-09-18 Elias Yishak Restrict surveys for certain tools (#161) 5a1fc54 2023-09-14 Devon Carew validate a pre-release setup-dart action (#160) webdev (https://github.com/dart-lang/webdev/compare/501ccc2..d7e0d1f): d7e0d1ff 2023-09-15 Devon Carew test the latest setup-dart action (#2233) 4e231bc3 2023-09-14 Elliott Brooks Fix copying over `client.dart.js` to `client.js` when build DWDS (#2232) Change-Id: Iac8741aed14591402b1c8a3cd33dc00e4648ac0c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326720 Commit-Queue: Devon Carew <devoncarew@google.com> Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@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.