commit | 70ce3d9c3256a41d9091c7afcae223d503434e48 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Mon Sep 25 23:01:39 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 25 23:01:39 2023 +0000 |
tree | f5d0cbaf85c3389b25b78b5df91a121e5a4c45fe | |
parent | 8042d092fde26aa0502d62d3d9993274edd00c78 [diff] |
[deps] rev dartdoc, ecosystem, native Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/0e1a6d9..a3cfdc4): a3cfdc40 2023-09-20 Sam Rawlins Rename Feature to Attribute (#3499) 497a685b 2023-09-18 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#3502) ecosystem (https://github.com/dart-lang/ecosystem/compare/dcf5c4f..3da2dd3): 3da2dd3 2023-09-22 Moritz Allow both single-workflow and fork-enabled publishing validation (#174) native (https://github.com/dart-lang/native/compare/a5d8809..be4aaf7): be4aaf7 2023-09-23 Daniel Breedeveld Fix Header filename mismatch causing ffigen to produce empty output (#141) Change-Id: Id8fe3ff92185bc366899f6634c6058b174ed9f82 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327760 Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@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.