commit | 91844f1212488740a7dcf03a782ceeff7cb35c4a | [log] [tgz] |
---|---|---|
author | Siva Annamalai <asiva@google.com> | Wed Mar 15 21:45:39 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 15 21:45:39 2023 +0000 |
tree | 2403a8eef51333d66c48fb3c11be4be6cf988cd9 | |
parent | 2c321ea2a1bd9b436ecbc8811530bc6c4c32d53b [diff] |
Revert "Reland "Bump pub to d69493e5163553bde53c0889b7479dee02f550bf"" This reverts commit ef8aaa3301c9a1a82fbc8883d915e9064c9ce233. Reason for revert: It doesn't seem to solve the flutter issue, A roll into flutter showed the same error https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8786538012879301585/+/u/run_entrypoint_dart_registrant/test_stdout Original change's description: > Reland "Bump pub to d69493e5163553bde53c0889b7479dee02f550bf" > > This is a reland of commit a06ade1d147a755345415fa39948518988ac4163 > > Fix of flutter issue was landed here: > https://github.com/flutter/flutter/commit/3f2cca8eebfd3de8b846ef9f3bfa50dcf8eb179d > > Original change's description: > > Bump pub to d69493e5163553bde53c0889b7479dee02f550bf > > > > Changes: > > ``` > > > git log --format="%C(auto) %h %s" 048e3ad..d69493e > > https://dart.googlesource.com/pub.git/+/d69493e5 Don't allow non-null-safety constraints in the root pubspec (3800) > > https://dart.googlesource.com/pub.git/+/3514d7e7 Fail gracefully when tar file contains duplicate entries (3805) > > https://dart.googlesource.com/pub.git/+/0b3b8b44 Give full error even in summary mode (3804) > > https://dart.googlesource.com/pub.git/+/09c29722 Allow adding and removing dependency overrides (3716) > > https://dart.googlesource.com/pub.git/+/7184d1b5 accept 'topics' property in pubspec.yaml (3796) > > https://dart.googlesource.com/pub.git/+/cd106dfd Improve usage text of get (3792) > > https://dart.googlesource.com/pub.git/+/019d61cb Handle bad git revisions (3791) > > https://dart.googlesource.com/pub.git/+/e3ff7a99 Use 'pkg' and 'packages' to trigger suggestions for the pub command (3731) > > https://dart.googlesource.com/pub.git/+/ea24bf22 Better error when path dependency has no pubspec.yaml (3787) > > https://dart.googlesource.com/pub.git/+/da2a0144 Drop --use-data-isolate-strategy flag for tests (3788) > > https://dart.googlesource.com/pub.git/+/a565858e Improve documentation of `pub token` and subcommands (3778) > > https://dart.googlesource.com/pub.git/+/dd320459 Add test for publishing and consuming files with unicode characters in name (3785) > > https://dart.googlesource.com/pub.git/+/c4226d9f Fail tests on errors thrown by test PackageServer (3784) > > https://dart.googlesource.com/pub.git/+/12019939 Consider pubspec_overrides.yaml when publishing (3782) > > https://dart.googlesource.com/pub.git/+/d8a97497 Allow addition of tokens for insecure localhost repositories (3777) > > > > ``` > > > > Diff: https://dart.googlesource.com/pub.git/+/048e3ad2b5e1b4ebe6883addbc95722be6904a7b..d69493e5163553bde53c0889b7479dee02f550bf/ > > Change-Id: I92af981e9cb6aaedfcd75a7327dfef071645306b > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285908 > > Reviewed-by: Jonas Jensen <jonasfj@google.com> > > Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> > > Reviewed-by: William Hesse <whesse@google.com> > > Change-Id: Ieeab0b4782afa216b353b91c57bde90957ce0aff > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288440 > Reviewed-by: William Hesse <whesse@google.com> > Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Change-Id: Ibf3e7ec9080b137672ad2b9179090e6c980c6962 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289062 Reviewed-by: William Hesse <whesse@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Siva Annamalai <asiva@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.