commit | 93ddc95051548f11f7ae1c7733789b390188f987 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Tue May 27 13:25:04 2025 -0700 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 13:25:04 2025 -0700 |
tree | cbc396f3d3924a384fff7c59d3dc402ff98437c2 | |
parent | 786b6c5612860740105a09d536f6801ff59f74d9 [diff] |
Bump dartdoc to 8e6a95c4aba8def4ef01ccc600b3a3cfb8f3cb9e Changes: ``` > git log --format="%C(auto) %h %s" e38f392..8e6a95c https://dart.googlesource.com/dartdoc.git/+/8e6a95c4 Remove the deprecated nodoc option. (4025) https://dart.googlesource.com/dartdoc.git/+/a4a902be Remove the deprecated templates-dir option (4026) https://dart.googlesource.com/dartdoc.git/+/37de7494 Bump lints from 5.1.1 to 6.0.0 (4058) https://dart.googlesource.com/dartdoc.git/+/56cf68d4 Remove the missing-code-block-language warning (4028) https://dart.googlesource.com/dartdoc.git/+/04c27dea Bump to 9.0.0-wip (4057) https://dart.googlesource.com/dartdoc.git/+/6fe81c3b Bump to 8.3.4 (4056) https://dart.googlesource.com/dartdoc.git/+/5e25cf32 Prepare for automated publishing (4055) https://dart.googlesource.com/dartdoc.git/+/6391c68e Don't document elements with `@internal` (4048) https://dart.googlesource.com/dartdoc.git/+/2e124adb Remove use of private metadata extension (4053) ``` Diff: https://dart.googlesource.com/dartdoc.git/+/e38f392163a4738a21024acd370d104e0efe72f0..8e6a95c4aba8def4ef01ccc600b3a3cfb8f3cb9e/ Change-Id: I1edc0fa6dbfe3ce4f19d7af89d800315a45abe41 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/431361 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Devon Carew <devoncarew@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.