| commit | 105cd96dc8fad9905d7e473dd9d97943ba2d589d | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Tue Jan 02 21:38:45 2024 +0000 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 02 21:38:45 2024 +0000 |
| tree | 01088839005b5963322609ca0175c780fd0d1b71 | |
| parent | 3a80ec26be56cc2f1e9fe8d89a1d8143d6c24030 [diff] |
Bump http to 73b0b1c9ef2964c4619fd23068b8f60292e902c6 Changes: ``` > git log --format="%C(auto) %h %s" f0a02f9..73b0b1c https://dart.googlesource.com/http.git/+/73b0b1c Bump actions/labeler from 4.3.0 to 5.0.0 (1096) https://dart.googlesource.com/http.git/+/15ec3ba Prepare to publish `package:cronet_http` as 1.0.0 (1087) https://dart.googlesource.com/http.git/+/26e55c3 cronet_http: require android API level 28 (1088) https://dart.googlesource.com/http.git/+/b10f448 [cronet_http] Enables CI for `cronet_http_embedded` (1070) https://dart.googlesource.com/http.git/+/a5b8eec Prepare to publish cupertino 1.2.0 (1080) https://dart.googlesource.com/http.git/+/c114aa0 Add a fake response for PNG images (1081) https://dart.googlesource.com/http.git/+/db2cb76 Run web tests with wasm with dev Dart sdk (1078) https://dart.googlesource.com/http.git/+/36f98e9 Fix a bug where BrowserClient was listed as requiring Flutter (1077) https://dart.googlesource.com/http.git/+/db7f165 Provide an example of configuring IOClient with an HttpClient. (1074) https://dart.googlesource.com/http.git/+/cd748b6 Document that runWithClient must be called for every isolate (1069) https://dart.googlesource.com/http.git/+/f585947 Test persistentConnection with large request bodies (984) https://dart.googlesource.com/http.git/+/7c05dde Add documentation for "no_default_http_client" (1068) https://dart.googlesource.com/http.git/+/d8983fa Add support for setting headers for all requests (1060) https://dart.googlesource.com/http.git/+/c90496e Document how to use replacement `Client` implementations (1063) https://dart.googlesource.com/http.git/+/c8536e4 [http_client_conformance_tests] Updates to support wasm compilation (1064) https://dart.googlesource.com/http.git/+/5dd5140 Bump actions/setup-java from 3 to 4 (1065) https://dart.googlesource.com/http.git/+/064f510 misc cleanup of yaml files (1061) https://dart.googlesource.com/http.git/+/22f52e2 Update pubspec.yaml to 0.4.2 (1059) https://dart.googlesource.com/http.git/+/40a46d8 Fix a bug where cronet_http sends incorrect HTTP request methods (1058) https://dart.googlesource.com/http.git/+/c125ed5 [http] Allow pkg:web v0.3.0 (1055) https://dart.googlesource.com/http.git/+/9fb4cfa Update lints to latest, etc (1048) https://dart.googlesource.com/http.git/+/5e84d9f Update platform-specific imports for wasm (1051) https://dart.googlesource.com/http.git/+/8c9feb5 [http] Fix type cast for dart2wasm (1050) https://dart.googlesource.com/http.git/+/a2f0b25 [http] use pkg:web, require Dart 3.2 (1049) ``` Diff: https://dart.googlesource.com/http.git/+/f0a02f98f7c921e86ecc81c70f38bb6fbccc81b9..73b0b1c9ef2964c4619fd23068b8f60292e902c6/ Change-Id: Id9e8032411f3c34bb2bdc0c22af35da6f2e34a88 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344320 Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Devon Carew <devoncarew@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.