commit | 3b23ffe53f4b74f579c5d5deecc0194ba9bfc64d | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Thu Mar 28 16:58:18 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 28 16:58:18 2024 +0000 |
tree | ddf3cafd025071ce02513b424259606f3721e218 | |
parent | b776196f0bf2351d440f157fdead13e2edf6ee69 [diff] |
[deps] rev dartdoc, http Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/79c1675..bf6080c): bf6080c8 2024-03-27 Sam Rawlins Remove unnecessary EnclosedElement mixin (dart-lang/dartdoc#3736) c5bb9066 2024-03-26 Sam Rawlins Bump to 8.0.8; fix changelog wrapping (dart-lang/dartdoc#3735) 4e096f84 2024-03-26 Sam Rawlins Format parameters better (dart-lang/dartdoc#3731) http (https://github.com/dart-lang/http/compare/7949d6f..280d361): 280d361 2024-03-27 Derek Xu [package:http_profile] Expand README.md (dart-lang/http#1162) 9fddb1c 2024-03-27 Brian Quinlan Fix the connectionInfo getter (dart-lang/http#1163) 9f47439 2024-03-27 Derek Xu [package:http_profile] Make connectionInfo a top-level field of HttpClientRequestProfile (dart-lang/http#1160) Change-Id: Ib50584ef7d7914ab262bb01eeb087e44c34e4dc7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/360240 Auto-Submit: Devon Carew <devoncarew@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@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.