commit | b5ac2821e0e0ad690c5634dcb809ecf23568ead4 | [log] [tgz] |
---|---|---|
author | Sergey G. Grekhov <sgrekhov22@gmail.com> | Fri Apr 14 10:39:01 2023 +0000 |
committer | Alexander Thomas <athom@google.com> | Fri Apr 14 10:39:01 2023 +0000 |
tree | 7ef0078407a135f2176854226faed3f494b66428 | |
parent | 26f235faf54c1b3ae6484099e7c1c4c425311713 [diff] |
[co19] Roll co19 to c01fbd751c060650b6582523a7751b83777026c3 2023-04-11 sgrekhov22@gmail.com dart-lang/co19#1401. Exhaustiveness tests fixed and new ones added (dart-lang/co19#2019) 2023-04-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2006. `Pointer` can have top types as type arguments (dart-lang/co19#2013) 2023-04-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2010. Fix exhaustiveness tests for a cast-pattern (dart-lang/co19#2018) 2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2004. Update expected errors locations for CFE (dart-lang/co19#2011) 2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2005. DynamicLibrary.process() is supported on Windows (dart-lang/co19#2012) 2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2007. Fix UintPtr_A01_t01.dart not to fail on 32-bit platforms (dart-lang/co19#2014) 2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2008. Split pattern_context_A01_t01.dart test to multiple methods (dart-lang/co19#2015) 2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2009. Update scope_A01_t01.dart according to the current CFE behavior (dart-lang/co19#2016) Change-Id: I5b43a5c5f133dded30564749b38f6a0c965b62fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295281 Reviewed-by: Alexander Thomas <athom@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.