commit | ce30b31d93a61d2d5bfd606639d7cec64c0c0f6c | [log] [tgz] |
---|---|---|
author | Sigurd Meldgaard <sigurdm@google.com> | Tue May 23 14:36:39 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 23 14:36:39 2023 +0000 |
tree | 8fe4286c67af0167886212644ce8bbed538791e8 | |
parent | f292b20dfd1872a0302e9e041b03d154992a1021 [diff] |
Bump pub to 078c7fea0be2656debc675646806da14fa94f853 Changes: ``` > git log --format="%C(auto) %h %s" a3f8b2f..078c7fe https://dart.googlesource.com/pub.git/+/078c7fea Handle version not parsing gracefully (3929) https://dart.googlesource.com/pub.git/+/f7494d3f Warn about presence of legacy cache (3921) https://dart.googlesource.com/pub.git/+/9e466406 Bump cli_util from 0.3.5 to 0.4.0 (3928) https://dart.googlesource.com/pub.git/+/a391bcec blast_repo fixes (3925) https://dart.googlesource.com/pub.git/+/e32e88c3 blast_repo fixes (no-response) (3927) https://dart.googlesource.com/pub.git/+/8ff8febc Hint when pinned by flutter (3914) https://dart.googlesource.com/pub.git/+/9a8da3c0 Flag `pub publish --skip-validation` to publish without resolution and validation (3904) https://dart.googlesource.com/pub.git/+/d2798f91 Remove dead code (3910) https://dart.googlesource.com/pub.git/+/2917fa95 Handle cached version listing not being a map (3909) https://dart.googlesource.com/pub.git/+/d145bbe4 Bump actions/checkout from 3.5.0 to 3.5.2 (3903) https://dart.googlesource.com/pub.git/+/2c2eb2cd fix repository spec typos and grammar (3898) ``` Diff: https://dart.googlesource.com/pub.git/+/a3f8b2fd36ec432450caf907474a02023ef3e44e..078c7fea0be2656debc675646806da14fa94f853/ Change-Id: If7d0c6f07cc5a8d3b188cd05c2f6c2b13c21bb1b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/304961 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Jonas Jensen <jonasfj@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.