Bump webdev to b2405cba63064e655f1276a319ada842a8fb53bf Changes: ``` > git log --format="%C(auto) %h %s" 8375cd6..b2405cb https://dart.googlesource.com/webdev.git/+/b2405cba Re-enable frontend_server_client tests (2327) https://dart.googlesource.com/webdev.git/+/d5bfbbd4 Bump actions/labeler from 4.3.0 to 5.0.0 (2323) https://dart.googlesource.com/webdev.git/+/d97ae014 Check sender ID in the Dart Debug Extension (2289) https://dart.googlesource.com/webdev.git/+/1e37cc8c blast repo changes: no-response (2313) https://dart.googlesource.com/webdev.git/+/3b2f67e9 Update package:vm_service constraints to allow version 14.x (2307) https://dart.googlesource.com/webdev.git/+/df21840e Fix `labeler.yml` (2324) https://dart.googlesource.com/webdev.git/+/ebcd0340 Reset Webdev to 3.4.0-wip after release of 3.3.0 (2326) https://dart.googlesource.com/webdev.git/+/b3bc179c Prepare Webdev for release to version 3.3.0 (2325) https://dart.googlesource.com/webdev.git/+/d596c4c6 Reset DWDS after release (2322) https://dart.googlesource.com/webdev.git/+/fd6ec444 Prepare DWDS for release to version 23.0.0 (2318) https://dart.googlesource.com/webdev.git/+/4c522a29 Add a test for Class inspection (2310) https://dart.googlesource.com/webdev.git/+/546a0373 Fix test cases failing with latest Dart SDK (2312) https://dart.googlesource.com/webdev.git/+/75433458 Fix TestSdkConfigurationProvider.dispose (2308) https://dart.googlesource.com/webdev.git/+/a12368fb Fix `cast` error when debugging from VSCode (2303) https://dart.googlesource.com/webdev.git/+/b339a50c Send connection response to Cider (2302) https://dart.googlesource.com/webdev.git/+/c26b8c89 Send the Flutter inspector URL to Cider when requested (2301) ``` Diff: https://dart.googlesource.com/webdev.git/+/8375cd66821550cb7a129315d97cd768c5fdd92c..b2405cba63064e655f1276a319ada842a8fb53bf/ Change-Id: Ic51653a07bf9d34ba72e1fb8d33c3616b3f17bd5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344542 Commit-Queue: Elliott Brooks <elliottbrooks@google.com> Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Elliott Brooks <elliottbrooks@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 on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.