commit | e832d98448e2705833118df0072c8188da2772a0 | [log] [tgz] |
---|---|---|
author | Srujan Gaddam <srujzs@google.com> | Mon Jun 03 21:51:20 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 03 21:51:20 2024 +0000 |
tree | c28b77dda78c6a2a2e01ac0ac63533b96c084683 | |
parent | a86ec25ffb90cbbe389ea6c4a22f33248deb70d0 [diff] |
Reland "Update package:web rev to 7604578eb538c471d438608673c037121d95dba5" This reverts commit 8c049ac2ea0b571a43426495b78ae246713524da. Reason for revert: Relands with patch fixes to google3 and after updating video_player. Original change's description: > Revert "Update package:web rev to 7604578eb538c471d438608673c037121d95dba5" > > This reverts commit 751052e82637a0fe2212727dbe421806a92a8996. > > Reason for revert: Broke a target in google3 due to name collisions of "Module" > > Original change's description: > > Update package:web rev to 7604578eb538c471d438608673c037121d95dba5 > > > > Includes https://github.com/dart-lang/web/commit/7604578eb538c471d438608673c037121d95dba5. > > > > Change-Id: I7437304ee64cb71608ed36597d26921991faa3b6 > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367520 > > Auto-Submit: Srujan Gaddam <srujzs@google.com> > > Reviewed-by: Devon Carew <devoncarew@google.com> > > Commit-Queue: Devon Carew <devoncarew@google.com> > > Change-Id: I419f2b044be8196554bad7c3a9530e30acabcafc > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368041 > Reviewed-by: Devon Carew <devoncarew@google.com> > Commit-Queue: Srujan Gaddam <srujzs@google.com> > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Change-Id: I64094a4b26c2ab10155625e855a6205c637aa5ee Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368042 Reviewed-by: Devon Carew <devoncarew@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com>
Dart is:
Approachable: Develop with a strongly typed programming language that is consistent, concise, and offers modern language features like null safety and patterns.
Portable: Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend. Compile to JavaScript or WebAssembly for the web.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app. Diagnose app issues using DevTools.
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 in our repo at docs.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.
Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.