commit | 3ed65601b0b9213915337a6a2bc6f34b05a94d29 | [log] [tgz] |
---|---|---|
author | Dan Chevalier <danchevalier@google.com> | Mon Dec 12 11:24:37 2022 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 12 11:24:37 2022 +0000 |
tree | 1d9748958e9a9943a5bdff39788be5d3edb1ac1c | |
parent | ef286f6039c730bab41294e9fad35d1f95ac70db [diff] |
Revert "[ VM Service / DDS ] Add custom service stream support" This reverts commit 4981cbffe2f66db3a0cc8eced18085e03fbbb8ba. Reason for revert: Mac regression test failed. Original change's description: > [ VM Service / DDS ] Add custom service stream support > > Setting the `stream` parameter on `developer.postEvent` will now forward those events to a custom stream inside DDS. > > > The first use of this will be for widget inspection. A navigation event will be posted to a custom stream. Our IDE DAP can listen for the Event and react to it by navigating to the desired location in the code. > > TEST=Updated observatory tests. Created new developer test to check assertions. Added DDS tests for new custom stream behaviour. Manually tested the postEvent and StreamListen with multiple clients > > https://github.com/flutter/devtools/issues/4533 > > Change-Id: I870dc634c9a9a7d2ee3a6605319c2a18517ad197 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274061 > Reviewed-by: Ben Konyi <bkonyi@google.com> > Commit-Queue: Dan Chevalier <danchevalier@google.com> TBR=bkonyi@google.com,dart-scoped@luci-project-accounts.iam.gserviceaccount.com,danchevalier@google.com Change-Id: Ia1dce25444a6329c0553c931c9a6dbbec65ee583 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274802 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Dan Chevalier <danchevalier@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.