| commit | 2d86df29c710078afd3bace8c42eda3eea08aa61 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Fri Sep 15 21:30:59 2023 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 15 21:30:59 2023 |
| tree | 4452583e4883d77bcca560bab3c05403b1c20886 | |
| parent | a8a9cc0337efe1c4855901f78adc877cb28dd1c7 [diff] |
Bump webkit_inspection_protocol to 82f0c1c46dfdba5edf7c5fa84456233121dd69e1 Changes: ``` > git log --format="%C(auto) %h %s" 39a3c29..82f0c1c https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/82f0c1c fix nullability of some type annotations (110) https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/0458999 add publishing automation (109) https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/19f80fb Bump actions/checkout from 3.5.2 to 3.6.0 (106) https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/e64288f Bump nanasess/setup-chromedriver from 2.0.0 to 2.2.0 (107) https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/709c595 update references to the older branch name (108) ``` Diff: https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/39a3c297ff573635e7936b015ce4f3466e4739d6..82f0c1c46dfdba5edf7c5fa84456233121dd69e1/ Change-Id: Iff79ed745840bcbc4c6e904cd90bf7f9646e693a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326241 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: 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.