| commit | 1e1f407553fedb6efcd280c3471ad00e7f0a64a0 | [log] [tgz] |
|---|---|---|
| author | Joshua Litt <joshualitt@google.com> | Thu Aug 20 22:48:04 2020 +0000 |
| committer | commit-bot@chromium.org <commit-bot@chromium.org> | Thu Aug 20 22:48:04 2020 +0000 |
| tree | 7d3ec194b34df516b72587006e28d914bdd28244 | |
| parent | 514094b74ba23ce05b4361d601685ab2a0c76b8e [diff] |
[dart2js] Correctly output class types when they are shadowed. Change-Id: Ie0889a6312aa9f885059873dd8cb2debde64f2cf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158724 Commit-Queue: Joshua Litt <joshualitt@google.com> Reviewed-by: 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, getting started, and more.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
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.