commit | 159887ff783c359db49ca03f2a0d1ba70f37fd5c | [log] [tgz] |
---|---|---|
author | Oleh Prypin <oprypin@google.com> | Wed Jun 08 07:22:31 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 08 07:22:31 2022 +0000 |
tree | 8a7c0067026aa2c4c7ae974ee65655a3704ba3b8 | |
parent | cf628900b92730a70ac25cd7b9921bce3553d69b [diff] |
Revert "Remove SCREAMING dart:io networking APIs" This reverts commit abfdc3d50f6cf66165767da8df4f681a68467178. Reason for revert: breaks on internal roll - b/235267735 and others can be fixed in advance of landing this Original change's description: > Remove SCREAMING dart:io networking APIs > > Bug: https://github.com/dart-lang/sdk/issues/49140 > Change-Id: I50c6cca26597ee4d469b776fcec412ddfed760e1 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246962 > Reviewed-by: Paul Berry <paulberry@google.com> > Commit-Queue: Michael Thomsen <mit@google.com> TBR=mit@google.com,paulberry@google.com Change-Id: I55a43cc1bd7435fe7824f7ca8098575232fdcf2f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: https://github.com/dart-lang/sdk/issues/49140 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247389 Commit-Queue: Oleh Prypin <oprypin@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Oleh Prypin <oprypin@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.