commit | 5679c4d2370bde5ab5abc7375e65b83599091858 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Mon May 20 18:56:43 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 20 18:56:43 2024 +0000 |
tree | e9285abd8690ed3094792c3d3e3e9aae58fdf5e1 | |
parent | b879f622b43913b7dc497ec016a176299c4b533a [diff] |
[deps] rev args, http, mockito, web_socket_channel Revisions updated by `dart tools/rev_sdk_deps.dart`. args (https://github.com/dart-lang/args/compare/5c83bc9..cf90551): cf90551 Fri May 3 11:17:38 2024 -0700 Devon Carew blast_repo fixes (dart-lang/args#274) 72d6ef0 Wed May 1 23:57:25 2024 +0000 dependabot[bot] Bump actions/checkout from 4.1.2 to 4.1.4 (dart-lang/args#271) e2e2023 Wed Apr 17 15:00:21 2024 -0700 Kevin Moore Update to latest lints, require Dart 3.3 (dart-lang/args#270) 8d66d21 Mon Apr 15 15:29:55 2024 +0000 dependabot[bot] Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (dart-lang/args#268) http (https://github.com/dart-lang/http/compare/76deb75..5c01453): 5c01453 Fri May 17 15:41:46 2024 -0700 Brian Quinlan Create a fake WebSocket implementation (dart-lang/http#1200) 4d2f9f9 Fri May 17 15:19:58 2024 -0700 Brian Quinlan Get ready to publish cronet_http 1.2.1 (dart-lang/http#1202) mockito (https://github.com/dart-lang/mockito/compare/4be52e1..2302814): 2302814 Fri May 17 09:51:20 2024 -0700 Googler Stop using deprecated LibraryElement.isNonNullableByDefault web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/8c77d6f..45b8ce9): 45b8ce9 Fri May 17 15:19:29 2024 -0700 Brian Quinlan Remove obsolete `WebSocketChannel.new` documentation. (dart-lang/web_socket_channel#363) Change-Id: I654b0dce548e8b4ca1b98a626fddcb071cb1daae Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367147 Auto-Submit: Devon Carew <devoncarew@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@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.