[deps] rev dartdoc, mockito, test, web_socket_channel, webdriver Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/4902bea..3273437): 32734372 2022-10-30 Sam Rawlins Move Warnable.enclosingElement to ModelElement (#3236) 1ff17d8e 2022-10-28 Sam Rawlins Make ContainerMember.canonicalEnclosingContainer late final (#3234) c32e09ee 2022-10-28 Sam Rawlins Support displaying record types (#3233) 9d194476 2022-10-26 Sam Rawlins Update the text in test/README (#3232) mockito (https://github.com/dart-lang/mockito/compare/02ad6c7..094d07c): 094d07c 2022-10-25 Sam Rawlins Require analyzer 5.2.0 test (https://github.com/dart-lang/test/compare/f704d5a..b82fc0b): b82fc0b5 2022-10-27 Jacob MacDonald Experimental wasm support (#1777) 262bc7bd 2022-10-26 Nate Bosch Bump to the latest matcher and prepare to publish (#1778) fa81b45d 2022-10-26 Nate Bosch Expand test_api pubspec description (#1775) web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/4b46c0c..eba1541): eba1541 2022-10-27 Siva Remove language version from spawnHybrid code (#232) webdriver (https://github.com/google/webdriver.dart/compare/f56cc6a..c28cf51): c28cf51 2022-10-26 Devon Carew misc updates and rev in prep for publishing (#256) Change-Id: I3876e957ffa21333ced4ad3f6df4ef35103674a2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/266720 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com> Auto-Submit: Devon Carew <devoncarew@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.