| commit | 437bf924a718f26a65bf277b31df2c6b8df76ae5 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Thu Apr 03 11:08:40 2025 -0700 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 03 11:08:40 2025 -0700 |
| tree | ea3cee4ffbe2f3a6ac0bc1347e97ab34848bbdde | |
| parent | 708baa47b4f83f469cca96778e564b203794c046 [diff] |
[deps] rev core, dartdoc, http, i18n, protobuf Revisions updated by `dart tools/rev_sdk_deps.dart`. core (https://github.com/dart-lang/core/compare/a6e81e0..7a80178): 7a80178c 2025-04-03 Moritz Add `CODEOWNERS` file (dart-lang/core#877) dartdoc (https://github.com/dart-lang/dartdoc/compare/cbc1885..62aefbb): 62aefbb7 2025-04-01 dependabot[bot] Bump the github-actions group with 3 updates (dart-lang/dartdoc#4029) http (https://github.com/dart-lang/http/compare/e988925..32d5ffc): 32d5ffc 2025-04-02 Moritz Merge pull request `#1745` from dart-lang/revTo3 1cc17f8 2025-04-02 Moritz Merge pull request `#1743` from ueman/readme-fix 4afc7f4 2025-04-02 Moritz Add changelog entry c18d55d 2025-04-02 Moritz Fix CI 0e094cc 2025-04-02 Moritz Update to Dart `3.7.0` 2132038 2025-03-31 Jonas Uekötter Update README.md i18n (https://github.com/dart-lang/i18n/compare/2701040..de19436): de19436 2025-04-02 Moritz Add `CODEOWNERS` (dart-lang/i18n#961) protobuf (https://github.com/dart-lang/protobuf/compare/cf4f3a8..1aaa332): 1aaa332 2025-04-01 dependabot[bot] Bump actions/cache from 4.2.2 to 4.2.3 (dart-lang/protobuf#972) Change-Id: I183a6f902b8620e685f957f6a3d7d27e8bfcef4f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/420161 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 in our repo at docs.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.
Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.