[co19] Roll co19 to 4ef349830b971c22d8ddb2970c4ba9002806fd85 2021-11-23 sgrekhov@unipro.ru dart-lang/co19#1231. Super parameters tests fixed and new ones added 2021-11-22 sgrekhov@unipro.ru Fixes dart-lang/co19#1237. More tests for Array and Pointer with wrong types 2021-11-19 sgrekhov@unipro.ru dart-lang/co19#1237. Added tests for Array wrong types 2021-11-19 sgrekhov@unipro.ru dart-lang/co19#1236. Fuchsia added to the list of POSIX systems 2021-11-18 sgrekhov@unipro.ru Fixes dart-lang/co19#1236. Update rename() and renameSync() tests to follow changed behaviour 2021-11-17 sgrekhov@unipro.ru dart-lang/co19#1231. More super parameters tests added 2021-11-16 sgrekhov@unipro.ru dart-lang/co19#1231. Minor code style changes 2021-11-16 sgrekhov@unipro.ru dart-lang/co19#1231. More Super parameters tests added 2021-11-15 sgrekhov@unipro.ru dart-lang/co19#1231. More Super parameters tests added 2021-11-12 sgrekhov@unipro.ru dart-lang/co19#1231. More Super parameters tests added 2021-11-12 sgrekhov@unipro.ru dart-lang/co19#1231. Experimental flag added Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-nnbd-mac-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I13275efae3ccbb84a6ba9690a8168d8e50a6227b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/220963 Reviewed-by: William Hesse <whesse@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.