[deps] rev dartdoc, http, lints, logging, tools, webdev Revisions updated by `dart tools/rev_sdk_deps.dart`. rev_sdk_deps is changed to default to `main` if no branch is found, as `origin` doesn't seem to work for impacted repos (e.g. csslib). dartdoc (https://github.com/dart-lang/dartdoc/compare/1d94484..950898f): 950898f5 Tue May 30 11:18:38 2023 -0700 Janice Collins Reintroduce remote linking file type assumption (#3425) ef552992 Tue May 30 09:49:16 2023 -0700 Sam Rawlins Refactor search ranking (#3424) http (https://github.com/dart-lang/http/compare/8a4a4a6..18a43a2): 18a43a2 Tue May 30 09:44:24 2023 -0700 Brian Quinlan Fix the failing cupertino_http tests (#949) lints (https://github.com/dart-lang/lints/compare/4236c43..edc28ed): edc28ed Tue May 30 11:56:29 2023 -0500 Parker Lougheed Add topics to the pubspec file (#122) logging (https://github.com/dart-lang/logging/compare/7ba155a..f2fe2ac): f2fe2ac Tue May 23 15:01:13 2023 -0700 Jacob MacDonald prep for release (#140) ce41605 Mon May 22 10:14:28 2023 -0700 Devon Carew blast_repo fixes (#142) tools (https://github.com/dart-lang/tools/compare/b90a7e8..d723a55): d723a55 Tue May 30 11:02:27 2023 -0700 Devon Carew Update pull_request_label.yml (#107) webdev (https://github.com/dart-lang/webdev/compare/4b69f1d..d442fa8): d442fa89 Tue May 30 14:36:53 2023 -0400 Anna Gringauze Check for new events more often in batched stream. (#2123) Change-Id: I9e8905363ee51462529341bfba268504336d90e3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/306314 Auto-Submit: Janice Collins <jcollins@google.com> Reviewed-by: Devon Carew <devoncarew@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Commit-Queue: Janice Collins <jcollins@google.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
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.