24af087585
This includes all the changes reverted in https://dart-review.googlesource.com/c/sdk/+/289062 This also contains `https://dart.googlesource.com/pub.git/+/c939e81f Fix issue with _ in package names in dart add (3838)` fixing the reason for the revert. Changes: ``` > git log --format="%C(auto) %h %s" 048e3ad..4bd757c https://dart.googlesource.com/pub.git/+/4bd757ce Handle http errors gracefully when downloading archive (3811) https://dart.googlesource.com/pub.git/+/c939e81f Fix issue with _ in package names in dart add (3838) https://dart.googlesource.com/pub.git/+/9df0fddf Lazy construction of cache path. (3837) https://dart.googlesource.com/pub.git/+/554b3c32 Lazy loading of pubspec.yaml from entrypoint (3835) https://dart.googlesource.com/pub.git/+/cfaec21f Remove support for legacy credentials file (3824) https://dart.googlesource.com/pub.git/+/142baa3a Remove the exported deprecatedpubCommand (3825) https://dart.googlesource.com/pub.git/+/719afcf4 Remove obsolete TODO. (3827) https://dart.googlesource.com/pub.git/+/80d3e0d6 Remove obsolete tests (for features) (3834) https://dart.googlesource.com/pub.git/+/09eb6125 Remove barback, build and serve commands (3833) https://dart.googlesource.com/pub.git/+/e2e740ca Remove command list-package-dirs (3832) https://dart.googlesource.com/pub.git/+/6db5faa2 Remove support for PUB_CACHE in APPDATA on windows (3831) https://dart.googlesource.com/pub.git/+/a7a74857 Don't ignore a folder called 'packages' when publishing (3828) https://dart.googlesource.com/pub.git/+/70bfc022 Remove support for .pub package-local cache (3823) https://dart.googlesource.com/pub.git/+/4cd7a0a5 Use local variable for buffer (3826) https://dart.googlesource.com/pub.git/+/397e245e Remove obsolete TODO. (3821) https://dart.googlesource.com/pub.git/+/17ec4652 Handle malformatted content-hashes in cache, version listing or pubspec.lock (3818) https://dart.googlesource.com/pub.git/+/49c682c7 Add workflow to close need-info issues with responses. (3817) https://dart.googlesource.com/pub.git/+/bcb5ce18 Fix wrong action when executing git command (3814) https://dart.googlesource.com/pub.git/+/086c2d12 Larger size limit for caching package listings (3815) https://dart.googlesource.com/pub.git/+/94b43d05 remove an extra period from a publish message (3812) 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..4bd757ce1dad04035fb0dbc6156879af23d8b3b8/ Change-Id: I67babf094b7cc4152c5c4ccc4b3e536634a57fc2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289201 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: William Hesse <whesse@google.com> |
||
---|---|---|
.dart_tool | ||
.github | ||
benchmarks | ||
build | ||
docs | ||
pkg | ||
runtime | ||
samples | ||
sdk | ||
tests | ||
third_party | ||
tools | ||
utils | ||
.clang-format | ||
.gitattributes | ||
.gitconfig | ||
.gitignore | ||
.gn | ||
.mailmap | ||
.style.yapf | ||
.vpython | ||
AUTHORS | ||
BUILD.gn | ||
CHANGELOG.md | ||
codereview.settings | ||
CONTRIBUTING.md | ||
DEPS | ||
LICENSE | ||
OWNERS | ||
PATENT_GRANT | ||
PRESUBMIT.py | ||
README.dart-sdk | ||
README.md | ||
sdk_args.gni | ||
SECURITY.md | ||
WATCHLISTS |
Dart
A client-optimized language for fast apps on any platform
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).
License & patents
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Using Dart
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).
Building Dart
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.
Contributing to Dart
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.