commit | 8b0fba90a68943649471e3fc3fbec7f44b90df3e | [log] [tgz] |
---|---|---|
author | Sigmund Cherem <sigmund@google.com> | Tue Jan 12 02:10:30 2021 +0000 |
committer | commit-bot@chromium.org <commit-bot@chromium.org> | Tue Jan 12 02:10:30 2021 +0000 |
tree | 43144873d55fde3546b375d556db3ce58f37fd96 | |
parent | d9ca0514bc8df79866cce3b2dd1ddd78858a7f6d [diff] |
[web] Make check_nnbd_sdk less noisy. This change does a small fix to exclude line numbers from the golden files produced by check_nnbd_sdk.dart. Doing so helps keep the golden file more stable and less likely to require updates when developers make unrelated changes to the core libraries. There are very few failures that remain and now that the CFE is more mature, we may be in a position to stop using the patch-sdk mechanism to test the validity of the migrated sdk. Change-Id: Id41448f23871d0a43257db5dbf5b0b062e2eaddd Bug: https://github.com/dart-lang/sdk/issues/44491 https://github.com/dart-lang/sdk/issues/44618 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/178726 Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Sigmund Cherem <sigmund@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.