commit | 99bbf8d67ece3456fd31407930ad85046cdeb17e | [log] [tgz] |
---|---|---|
author | Keerti Parthasarathy <keertip@google.com> | Wed Nov 15 17:08:22 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 15 17:08:22 2023 +0000 |
tree | a91ec1ff79db10f72ae6642b9ceaf4f6ad0aee49 | |
parent | 444ad4daae858ea8ac07d50b4c29a4bc8b401915 [diff] |
Revert "Reland adding a pass to fix pubspec during dart fix runs." This reverts commit 9186eb1b94ebe93a6e36d16cd926bae9e629bee0. Reason for revert: https://github.com/flutter/flutter/issues/138485 Flutter roll failure Original change's description: > Reland adding a pass to fix pubspec during dart fix runs. > > The regressions were fixed with changes to MisssingDependencyValidator in previous CL's. > > Change-Id: Id8418811c067535e44fc58c1d2d47afb1c30716f > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335864 > Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> > Commit-Queue: Keerti Parthasarathy <keertip@google.com> Change-Id: I68cd6640b0620c24e02b9a5f8c0d659481146541 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/336460 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Keerti Parthasarathy <keertip@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@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.