Bump test to 3d5afedce6fe9643cafbeb89af45ebe9754233c2 Changes: ``` > git log --format="%C(auto) %h %s" e7ae613..3d5afed https://dart.googlesource.com/test.git/+/3d5afedc Fix root suite comparison on Windows (2038) https://dart.googlesource.com/test.git/+/02fcb096 Minor cleanup in json_reporter_utils (2039) https://dart.googlesource.com/test.git/+/aaf1eb16 Add subsections to readme (2035) https://dart.googlesource.com/test.git/+/5d45ac64 Add example of composed checks in an extension (2036) https://dart.googlesource.com/test.git/+/92dfe81c Allow null descriptions (2034) https://dart.googlesource.com/test.git/+/7a21a455 enable type_annotate_public_apis lint (2033) https://dart.googlesource.com/test.git/+/f5205f14 Migrate (mostly) to pkg:dart_flutter_team_lints (2032) ``` Diff: https://dart.googlesource.com/test.git/+/e7ae6139b85312b5229a6b139a14554992fe6e85..3d5afedce6fe9643cafbeb89af45ebe9754233c2/ Change-Id: I61373c705862b215042b2684dee0cade73836a2e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/309832 Commit-Queue: Lasse Nielsen <lrn@google.com> Reviewed-by: Lasse Nielsen <lrn@google.com> Auto-Submit: Nate Bosch <nbosch@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.