[co19] Roll co19_2 to 6b71fed8c0f6cf396c085ba2d405d5a9af1daf45 2021-03-24 sgrekhov@unipro.ru extension-methods experimental flag removed from co19_2 tests 2021-03-24 sgrekhov@unipro.ru 1028. Tests that use nonfunction-type-aliases removed from co19_2 repository 2021-03-23 sgrekhov@unipro.ru 1021. Remove expecting errors on web configurations for some negative numbers 2021-03-23 sgrekhov@unipro.ru 1028. Remove triple shift operator from co19_2 repository 2021-03-23 sgrekhov@unipro.ru 1028. Remove triple shift tests from co19_2 repository 2021-03-22 irina.arkhipets@gmail.com Fixes 1015: removed test because triple-shift feature is not supported in this branch. 2021-03-18 sgrekhov@unipro.ru Fixes 1014. Expect compile error on dart2js as [web] 2021-03-17 sgrekhov@unipro.ru Fixes 1014. Expect compile error on dart2js for big numbers 2021-03-17 sgrekhov@unipro.ru Fixes 1017. Use => for setter returning value tests 2021-03-16 sgrekhov@unipro.ru Fixes 1013. Fix cast failures in Type_Cast/syntax_t01 test 2021-03-16 sgrekhov@unipro.ru Fixes 1012. Fix Additive_Expressions/syntax_t01 test 2021-03-16 sgrekhov@unipro.ru Fixes 1010. Description updated for method_definition tests 2021-03-16 sgrekhov@unipro.ru Fixes 1011. Expect an error if non-function type is called as a function 2021-03-16 sgrekhov@unipro.ru Fixes 1009. Missed experimental flag added 2021-03-16 sgrekhov@unipro.ru Fixes 1008. Calling constructor without new keyword is not an error 2021-03-16 sgrekhov@unipro.ru Fixes 1007. Missed experimental flag added 2021-03-16 sgrekhov@unipro.ru Fixes 1006. Import library first before export it Cq-Include-Trybots: dart/try:analyzer-linux-release,analyzer-mac-release,analyzer-win-release,dart2js-strong-hostasserts-linux-ia32-d8,dart2js-strong-linux-x64-chrome,dart2js-strong-linux-x64-firefox,dart2js-strong-mac-x64-chrome,dart2js-strong-mac-x64-safari,dart2js-strong-win-x64-chrome,dart2js-strong-win-x64-edge,dart2js-strong-win-x64-firefox,dart2js-strong-win-x64-ie11,ddc-linux-release-chrome,ddc-win-release-chrome,ddk-linux-release-firefox,front-end-linux-release-x64,front-end-mac-release-x64,front-end-win-release-x64,vm-kernel-linux-debug-ia32,vm-kernel-linux-debug-x64,vm-kernel-linux-debug-x64c,vm-kernel-linux-product-x64,vm-kernel-linux-product-x64c,vm-kernel-linux-release-x64,vm-kernel-linux-release-x64c,vm-kernel-mac-debug-x64,vm-kernel-mac-debug-x64c,vm-kernel-mac-product-x64,vm-kernel-mac-product-x64c,vm-kernel-mac-release-x64,vm-kernel-mac-release-x64c,vm-kernel-precomp-linux-release-x64,vm-kernel-win-release-x64,vm-kernel-win-release-x64c Change-Id: I7dda06f20991d47c5a6e83321c0a18005e645a72 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192745 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.