| commit | 126a941e72b36372fa3074ea75979f15389ecd8b | [log] [tgz] |
|---|---|---|
| author | Ilya Yanok <yanok@google.com> | Tue May 16 13:38:48 2023 +0000 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 16 13:38:48 2023 +0000 |
| tree | f53940e6a05296e9ac49868afdce0723caff6407 | |
| parent | bb62614202367c686109f68e5084f2e626f3e9af [diff] |
Revert "[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, file, mockito, tools, dartdoc" This reverts commit e3ba8552f6ad5addb8c43fec6cfddba994b0feec. Reason for revert: b/282823291, breaks Flutter tests at least on Android. Original change's description: > [deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, file, mockito, tools, dartdoc > > Revisions updated by `dart tools/rev_sdk_deps.dart`. > > dartdoc to 0cf21c15d7346a81838bd1c56677d88d690887f5 > > args (https://github.com/dart-lang/args/compare/1864048..f0f6cd2): > f0f6cd2 2023-05-12 Devon Carew blast_repo fixes (#243) > > async (https://github.com/dart-lang/async/compare/0f368d3..d744058): > d744058 2023-05-12 Devon Carew blast_repo fixes (#242) > > bazel_worker (https://github.com/dart-lang/bazel_worker/compare/1b86d3c..d9b389f): > d9b389f 2023-05-12 Devon Carew blast_repo fixes (#73) > > benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/f81b042..e717ad4): > e717ad4 2023-05-12 Devon Carew blast_repo fixes (#90) > > boolean_selector (https://github.com/dart-lang/boolean_selector/compare/7eed402..23e08e0): > 23e08e0 2023-05-12 Devon Carew blast_repo fixes (#47) > > browser_launcher (https://github.com/dart-lang/browser_launcher/compare/551e101..40e4315): > 40e4315 2023-05-12 Devon Carew blast_repo fixes (#45) > > file (https://github.com/google/file.dart/compare/e90e5ed..f05f5db): > f05f5db 2023-05-15 James D. Lin Make MemoryFile.openRead and _ChrootFile.openRead return Stream<List<int>> again (#217) > f2f3076 2023-05-12 Ross Wang MemoryFileSystem addStream onError (#220) > 5e76f74 2023-05-12 James D. Lin Fix MemoryFileSystem to treat an empty path as non-existent (#213) > 7941466 2023-05-12 James D. Lin Make `FileSystem.isLink` actually work (#214) > > mockito (https://github.com/dart-lang/mockito/compare/51a7728..b14d571): > b14d571 2023-05-15 Googler Fix for InvalidType > > tools (https://github.com/dart-lang/tools/compare/62c9604..49da4ca): > 49da4ca 2023-05-12 Polina Cherkasova Add memory events. (#92) > > Change-Id: I582320bb68ff5f48e9969cef906073e25ad6b875 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303380 > Reviewed-by: Konstantin Shcheglov <scheglov@google.com> > Commit-Queue: Devon Carew <devoncarew@google.com> Change-Id: Ifc2aa278a47a4060f2be28c1950084eb0c2de812 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303720 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Ilya Yanok <yanok@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.