Nate Bosch fe2141ab1f [deps] rev ai, dartdoc, ecosystem, http, shelf, test, tools, web, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.

ai (https://github.com/dart-lang/ai/compare/7270c43..9c96bfe):
  9c96bfe  Mon May 4 09:35:46 2026 -0700  Jacob MacDonald  Add test for DTD discovery (dart-lang/ai#465)
  af7e829  Mon May 4 08:36:10 2026 -0700  Jacob MacDonald  Add test for DTD discovery (dart-lang/ai#465)
  f151df9  Fri May 1 07:54:12 2026 -0700  dependabot[bot]  Bump actions/cache from 5.0.4 to 5.0.5 in the github-actions group (dart-lang/ai#464)
  03d251c  Thu Apr 30 12:34:59 2026 -0700  Jacob MacDonald  add obsolete issues skill (dart-lang/ai#462)

dartdoc (https://github.com/dart-lang/dartdoc/compare/2e30b8e..77a52b6):
  77a52b61  Tue May 5 19:38:04 2026 +0200  dependabot[bot]  Bump analyzer from 12.1.0 to 13.0.0 (dart-lang/dartdoc#4242)
  4fa2b5dd  Fri May 1 22:21:16 2026 +0000  dependabot[bot]  Bump the github-actions group with 3 updates (dart-lang/dartdoc#4241)

ecosystem (https://github.com/dart-lang/ecosystem/compare/ed4e053..319ff81):
  319ff81  Fri May 1 21:48:23 2026 +0000  dependabot[bot]  Bump the github-actions group with 3 updates (dart-lang/ecosystem#414)

http (https://github.com/dart-lang/http/compare/2c84f24..c140dc0):
  c140dc0  Mon May 4 13:22:37 2026 -0700  Brian Quinlan  feat(cronet_http): decode cronet exceptions (dart-lang/http#1912)
  057c768  Fri May 1 03:44:57 2026 +0000  dependabot[bot]  chore(deps): bump the github-actions group with 2 updates (dart-lang/http#1914)

shelf (https://github.com/dart-lang/shelf/compare/cc6b57d..74d58bc):
  74d58bc  Tue May 5 01:52:47 2026 -0700  Kevin Moore  [compliance] Update goldens - 7 fewer failures! (dart-lang/shelf#526)
  c6b3f75  Mon May 4 12:27:31 2026 -0700  dependabot[bot]  Bump actions/cache in the github-actions group across 1 directory (dart-lang/shelf#524)
  498d45e  Mon May 4 12:14:02 2026 -0700  Kevin Moore  test: make compliance golden tests "thoughtful" and clean up state (dart-lang/shelf#525)

test (https://github.com/dart-lang/test/compare/d5da922..14f99ec):
  14f99ecd  Fri May 1 16:18:32 2026 -0700  Nate Bosch  Track the OS for browser platforms (dart-lang/test#2449)
  fd2b4be6  Fri May 1 16:08:03 2026 -0700  Nate Bosch  Override test packages in coverage tests (dart-lang/test#2638)
  a1b82f18  Fri May 1 04:03:25 2026 +0000  dependabot[bot]  Bump the github-actions group with 3 updates (dart-lang/test#2637)

tools (https://github.com/dart-lang/tools/compare/c0dc794..6a7dd15):
  6a7dd157  Tue May 5 09:41:25 2026 -0700  Jacob MacDonald  support initial selection for multiselect, as well as select/unselect all (dart-lang/tools#2399)
  1a026068  Fri May 1 06:11:14 2026 +0000  dependabot[bot]  Bump actions/upload-pages-artifact from 4 to 5 in the github-actions group (dart-lang/tools#2392)

web (https://github.com/dart-lang/web/compare/7c908b1..294391c):
  294391c  Mon May 4 09:59:58 2026 -0700  Kevin Moore  [chore] Sort the members in elements.dart (dart-lang/web#544)
  41c4049  Mon May 4 09:35:13 2026 -0700  Kevin Moore  refactor: move most of the AST elements to their own file (dart-lang/web#543)

webdev (https://github.com/dart-lang/webdev/compare/d33d270..f9a5660):
  f9a56607  Fri May 1 14:48:09 2026 -0700  MarkZ  Splitting additional DWDS and Webdev tests between amd and ddc module systems (dart-lang/webdev#2828)
  b2cd91f6  Thu Apr 30 13:02:04 2026 -0700  Nicholas Shahan  [dwds] Prepare to publish 27.1.1 (dart-lang/webdev#2825)

Change-Id: Ifa3631598d554132a3f457a0e5d9e02089e5ce32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/500980
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Brian Quinlan <bquinlan@google.com>
Commit-Queue: Brian Quinlan <bquinlan@google.com>
2026-05-05 16:24:22 -07:00
2026-02-20 05:35:13 -08:00
2023-11-10 19:23:11 +00:00
2026-03-04 18:41:25 -08:00
2026-05-01 11:29:56 -07:00
2025-03-10 03:22:36 -07:00

Dart

An approachable, portable, and productive language for high-quality apps on any platform

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 platforms illustration

License & patents

Dart is free and open source.

See LICENSE and PATENT_GRANT.

Using Dart

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).

Building Dart

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.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.

Roadmap

Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.

S
Description
No description provided
Readme BSD-3-Clause 1.4 GiB
Languages
Dart 84.6%
C++ 13%
Python 0.7%
JavaScript 0.5%
HTML 0.4%
Other 0.5%