commit | 9bcfb21dcd3733eef030d369cefc84ebd4429615 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Thu Mar 14 20:50:54 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 14 20:50:54 2024 +0000 |
tree | 4741750099ec25eb0a921feb776f5ec7a11f1152 | |
parent | 476ed37a25c86748ddfb8c420e7bf7664ecea7d6 [diff] |
[deps] rev dartdoc, ecosystem, http, test, web Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/89a3b4a..b001a15): b001a150 2024-03-13 Kallen Tu Remove ModelElementRenderer. (dart-lang/dartdoc#3717) e8ee7983 2024-03-12 Kallen Tu Remove EnumFieldRenderer. (dart-lang/dartdoc#3716) ecosystem (https://github.com/dart-lang/ecosystem/compare/49a3cbb..5a900ca): 5a900ca 2024-03-12 Moritz Only check text files for "do not submit" string (dart-lang/ecosystem#243) http (https://github.com/dart-lang/http/compare/8da6e0e..5dfea72): 5dfea72 2024-03-11 Derek Xu Add getters to classes (dart-lang/http#1151) test (https://github.com/dart-lang/test/compare/ba64bbb..6a4e75a): 6a4e75a6 2024-03-13 Graciliano Monteiro Passos Update the documentation for the `skip` parameter in the `test` (dart-lang/test#2102) web (https://github.com/dart-lang/web/compare/51e594b..2f13cd5): 2f13cd5 2024-03-12 Devon Carew fix unresolved dartdoc links (dart-lang/web#200) 686827a 2024-03-12 Srujan Gaddam Remove reference to static interop and point to dart.dev page for JS interop (dart-lang/web#206) 9b7e29d 2024-03-12 Devon Carew Add a 'sourced from mdn docs' line to the MDN sourced dartdoc (dart-lang/web#198) Change-Id: I99e68e24efda6f0f95ac3b0a51a2c76e0b0971f3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357661 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Dart is:
Approachable: Develop with a strongly typed programming language that is consistent, concise, and offers modern language features like null safety and patterns.
Portable: Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend. Compile to JavaScript or WebAssembly for the web.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app. Diagnose app issues using DevTools.
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.