| commit | 2c73e8c29b7b8043033886f32f00ec81200dae73 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Thu Sep 25 12:02:05 2025 -0700 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 25 12:02:05 2025 -0700 |
| tree | 6a167bb2d381df7eb72c397c41aedcad63bc5bdf | |
| parent | 6d7f3775b8030505313aa995cd99f9b6a811ce01 [diff] |
[deps] rev ai, dartdoc, http, protobuf, tools, web, webdev Revisions updated by `dart tools/rev_sdk_deps.dart`. ai (https://github.com/dart-lang/ai/compare/078abd2..901e2ce): 901e2ce 2025-09-22 Greg Spencer Mark "root" as required. (dart-lang/ai#285) dartdoc (https://github.com/dart-lang/dartdoc/compare/4df6dbe..669b15f): 669b15f7 2025-09-25 Sam Rawlins Update deprecated check to consider new annotations (dart-lang/dartdoc#4108) 42daf01e 2025-09-25 Konstantin Scheglov When create EmbedderSdk, give it 'languageVersion'. (dart-lang/dartdoc#4110) 17dc54d1 2025-09-25 Sam Rawlins Bump updateAnalysisOptions parameter for deprecation (dart-lang/dartdoc#4109) http (https://github.com/dart-lang/http/compare/d6dd5ec..e0dadd1): e0dadd1 2025-09-23 dependabot[bot] Bump the github-actions group with 3 updates (dart-lang/http#1819) 8c5f1b8 2025-09-22 Benjamin Jones Remove documentation about WebSocketChannel.new in doc comment (dart-lang/http#1823) protobuf (https://github.com/dart-lang/protobuf/compare/456e2ee..07eed6e): 07eed6e 2025-09-25 Ömer Sinan Ağacan Generalize argument type of `PbList.from` from `List<T>` to `Iterable<T>` (dart-lang/protobuf#1054) 0447bd2 2025-09-24 Ömer Sinan Ağacan Run plugin with asserts when building test protos (dart-lang/protobuf#1055) 660bbc8 2025-09-24 Ömer Sinan Ağacan Edition support (dart-lang/protobuf#1052) 82fc34f 2025-09-23 Ömer Sinan Ağacan Improve golden file checking (dart-lang/protobuf#1053) tools (https://github.com/dart-lang/tools/compare/6c1eb21..ecd7dd5): ecd7dd52 2025-09-24 Devon Carew refactor the media types golden table (dart-lang/tools#2168) web (https://github.com/dart-lang/web/compare/25a0b5b..0baaea4): 0baaea4 2025-09-23 Nikechukwu [interop] Add support for destructured parameters (dart-lang/web#469) af37d19 2025-09-22 Nikechukwu [web-generator] Added support for multi-file input for JS Generator (dart-lang/web#470) webdev (https://github.com/dart-lang/webdev/compare/23aefeb..d2e5593): d2e5593b 2025-09-22 Ben Konyi Format sources using the updated formatter (dart-lang/webdev#2662) Change-Id: Ia42b257706d22841ba226870b51bb346d9bef67f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/451601 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.