| commit | a3195ce5f1868f0fd72df49768603c55fb845002 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Wed May 10 18:05:24 2023 +0000 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 10 18:05:24 2023 +0000 |
| tree | a75e34ec2c22242f5286f06b5ea472849fd87e9a | |
| parent | a240d5c4636b88889d60bd5584c3b6b415b2156c [diff] |
[deps] rev csslib, ffi, http, leak_tracker, mime, protobuf, test, typed_data, webdev, yaml Revisions updated by `dart tools/rev_sdk_deps.dart`. csslib (https://github.com/dart-lang/csslib/compare/923edf0..c4e904c): c4e904c 2023-05-10 Devon Carew rev for publishing (#179) c9e47d0 2023-05-10 Kevin Moore Require Dart 2.19, latest lints, skin hanging test (#175) 3976e6f 2023-05-10 Devon Carew address an issue parsing font names (#168) a337a9a 2023-05-10 Devon Carew fixed CssPrinter pretty print indent levels (#169) ffi (https://github.com/dart-lang/ffi/compare/1a859e0..7f4acbd): 7f4acbd 2023-05-09 Devon Carew Rev pubspec and update changelog (#194) http (https://github.com/dart-lang/http/compare/406ce74..db84d12): db84d12 2023-05-10 Brian Quinlan Require the release version of Dart 3.0.0 (#925) leak_tracker (https://github.com/dart-lang/leak_tracker/compare/fc14e36..46a1fa0): 46a1fa0 2023-05-09 Polina Cherkasova Make sure leak tracker does not fail in case of duplicates. (#60) mime (https://github.com/dart-lang/mime/compare/cd8001e..57fbf6e): 57fbf6e 2023-05-09 Dimitar Petrov Add m4b mime type (#92) protobuf (https://github.com/dart-lang/protobuf/compare/9d7cf0d..05058a7): 05058a7 2023-05-10 Ömer Sinan Ağacan Apply internally enabled lints (#816) test (https://github.com/dart-lang/test/compare/1d65501..0b306dd): 0b306dd5 2023-05-09 Nate Bosch Document behavior of explicit file path args (#2011) typed_data (https://github.com/dart-lang/typed_data/compare/021f25a..921f5c0): 921f5c0 2023-05-09 Devon Carew add topics to the pubspec file (#65) webdev (https://github.com/dart-lang/webdev/compare/fe5b975..469b105): 469b1058 2023-05-10 Elliott Brooks Update DCM workflow (#2106) yaml (https://github.com/dart-lang/yaml/compare/1f39ffe..af3d8cd): af3d8cd 2023-05-10 Nate Bosch Uncomment some tests (#145) Change-Id: I97a7b284e01c4fde10b8cfc814d95ecc9686ddff Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302448 Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@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.