| commit | 34de0cdacd91b5f7a2c2a9f3501c98c5f11b0344 | [log] [tgz] |
|---|---|---|
| author | Sigurd Meldgaard <sigurdm@google.com> | Fri Nov 11 09:52:22 2022 +0000 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 11 09:52:22 2022 +0000 |
| tree | 0dfe735a5b7e83eeb56e6e41a480d34a3968d59d | |
| parent | bb0c4cede5da48122cb7e228d7cb43ded1b360eb [diff] |
Bump pub to 6ac42d7644dedfcc500147ab47886eecab4b1b38 Also removes package:oauth2 from DEPS (it is now vendored in pub). See https://github.com/dart-lang/oauth2/issues/137. Changes: ``` > git log --format="%C(auto) %h %s" 65c7f3e..6ac42d7 https://dart.googlesource.com/pub.git/+/6ac42d76 Use package:vendor to vendor package:tar and package:oauth2 (#3638) https://dart.googlesource.com/pub.git/+/817fcf13 blast_repo fixes (#3646) https://dart.googlesource.com/pub.git/+/738d963c blast_repo fixes (#3644) https://dart.googlesource.com/pub.git/+/a73598b5 Refactor HTTP retries (#3325) (#3590) https://dart.googlesource.com/pub.git/+/5527068c New command `dart pub cache preload` (#3636) ``` Diff: https://dart.googlesource.com/pub.git/+/65c7f3e528f3f9978c4330cbd471070f17370f65~..6ac42d7644dedfcc500147ab47886eecab4b1b38/ Change-Id: I6d2dffcac67b4bd1c1c91be952cca65c84d85493 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269301 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.