1. 73fce77 Prepare to publish ok_http (#1274) by Nate Bosch · 2 weeks ago master
  2. a0781c5 pkgs/ok_http: JNIgen fixes and added WebSocket support (#1257) by Anikate De · 2 weeks ago
  3. 757438e Bump pkg:web dependency (#1272) by Kevin Moore · 3 weeks ago http-v1.2.2
  4. a6d9f72 web_socket: allow latest pkg:web (#1269) by Kevin Moore · 3 weeks ago web_socket-v0.1.6
  5. edbb5a9 Add WebSocket usage examples to cupertino_http (#1266) by Brian Quinlan · 3 weeks ago
  6. 760564f Prepare to publish cupertino_http 1.5.1 (#1264) by Brian Quinlan · 3 weeks ago
  7. fd2c60e Remove `runWithClient` Flutter example (#1263) by Brian Quinlan · 3 weeks ago
  8. fece5b3 Document that widgets must be initialized before using the cronet_http (#1262) by Brian Quinlan · 3 weeks ago
  9. 3be8288 Prepare to publish cronet_http 1.3.2 (#1265) by Brian Quinlan · 3 weeks ago
  10. 068308b Upgrade jni and jnigen to 0.10.1 and 0.10.0 (#1261) by Hossein Yousefi · 3 weeks ago
  11. 4178b67 Clarify when Client.close must be called (#1255) by Brian Quinlan · 4 weeks ago
  12. 719dc5f Upgrade to http_image_provider: 0.0.3 (#1253) by Brian Quinlan · 5 weeks ago
  13. 75b1efb Bump the github-actions group across 1 directory with 4 updates (#1251) by dependabot[bot] · 5 weeks ago
  14. cdfb94c Add an section explaining the benefits of using `package:ok_http`. (#1252) by Brian Quinlan · 5 weeks ago
  15. 8d89385 Make it more clear to using use runWithClient in the Dart SDK. (#1250) by Brian Quinlan · 5 weeks ago
  16. 321362a Document that runWithClient should not be used with flutter (#1249) by Brian Quinlan · 5 weeks ago
  17. bf96551 Call out more limitations of runWithClient (#1248) by Nate Bosch · 5 weeks ago
  18. eb189e1 [cupertino_http] Fix a bug where content-length was not set for multipart messages (#1247) by Brian Quinlan · 5 weeks ago
  19. 0bbd166 [cronet_http] Upgrade jni and jnigen to 0.9.3 (#1246) by Hossein Yousefi · 6 weeks ago
  20. dce17c6 misc: add missing packages to root readme (#1245) by Kevin Moore · 6 weeks ago
  21. 0b40397 update lints (#1244) by Kevin Moore · 6 weeks ago
  22. 2971f32 Update lints (#1243) by Kevin Moore · 6 weeks ago
  23. 497bc15 Update various flutter.dev and dart.dev links (#1238) by Parker Lougheed · 6 weeks ago
  24. 5f6fcae Fix some minor spelling and grammar mistakes (#1239) by Parker Lougheed · 6 weeks ago
  25. b7ec613 pkgs/ok_http: DevTools Networking Support. (#1242) by Anikate De · 6 weeks ago
  26. 4d8e7ef Add a note saying that we only create a single `Client`. (#1234) by Brian Quinlan · 6 weeks ago
  27. 8c325b9 pkgs/ok_http: Stream response bodies. (#1233) by Anikate De · 7 weeks ago
  28. e2e2170 Update README.md (#1231) by David Wimmer · 8 weeks ago
  29. f8d5bf8 [pkgs/ok_http] Add functionality to accept and configure redirects. (#1230) by Anikate De · 8 weeks ago
  30. 93ff4a9 [ok_http]: Use the Android SDK to generate JNI bindings. (#1229) by Anikate De · 8 weeks ago
  31. b522000 fix inconsistent test server behavior (#1227) by Anikate De · 8 weeks ago
  32. a3567f8 Prepare to release cronet_http 1.3.1 (#1228) by Brian Quinlan · 8 weeks ago
  33. 7addc61 [cronet_http] Upgrade jnigen to 0.9.2 to close #1213 (#1225) by Hossein Yousefi · 8 weeks ago
  34. eb87a60 pkgs/ok_http: Close the client (override `close()` from `BaseClient`) (#1224) by Anikate De · 9 weeks ago
  35. 9f022d2 pkgs/http_client_conformance_tests: add boolean flag `supportsFoldedHeaders` (#1222) by Anikate De · 9 weeks ago
  36. 90837df pkgs/ok_http: Condense JNI Bindings to `single_file` structure, and add missing server errors test (#1221) by Anikate De · 9 weeks ago
  37. 7bfbeea `ok_http`: Add BaseClient Implementation and make asynchronous requests. (#1215) by Anikate De · 9 weeks ago
  38. 6337ee3 Mark flutter .metadata files as generated (#1214) by Nate Bosch · 10 weeks ago
  39. bd18656 Add a skeleton package:ok_http (#1212) by Brian Quinlan · 10 weeks ago
  40. a2e241b [cronet_http] Apply relevant rules with the ProGuard (#1204) by Alex Li · 2 months ago
  41. 0937562 Allow `1000` as a WebSocket close code (#1211) by Brian Quinlan · 2 months ago
  42. f361779 Ready cupertino_http 1.5 for publish (#1210) by Brian Quinlan · 2 months ago
  43. 4726f43 Integrate cronet_http with `package:http_profile` (#1167) by Brian Quinlan · 2 months ago
  44. 46d49e3 Integrated cupertino_http with package_http_profile (#1079) by Brian Quinlan · 2 months ago
  45. ad2e827 Remove files that are covered by .gitignore (#1208) by Brian Quinlan · 2 months ago
  46. 4b65331 Update `topics` in package "http" (#1205) by Sarah Zakarias · 2 months ago
  47. 1a1b939 Add explanation about why `package:web_socket` exists (#1207) by Brian Quinlan · 2 months ago
  48. 7df2ac8 [package:http_profile] Update experimental status notice in README.md (#1206) by Derek Xu · 2 months ago
  49. c8d5479 Add `topics` to `pubspec.yaml` (#1199) by Jonas Finnemann Jensen · 2 months ago
  50. 5c01453 Create a fake WebSocket implementation (#1200) by Brian Quinlan · 3 months ago
  51. 4d2f9f9 Get ready to publish cronet_http 1.2.1 (#1202) by Brian Quinlan · 3 months ago
  52. 76deb75 [cronet_http] Upgrade jni to 0.9.2 and publish 1.2.1 (#1198) by Hossein Yousefi · 3 months ago
  53. ec55561 [cronet] Use the same host and Android emulator architecture. (#1201) by Brian Quinlan · 3 months ago
  54. 4722e03 Prepare http_profile for publish (#1197) by Brian Quinlan · 3 months ago
  55. fdb0d36 blast_repo fixes (#1194) by Devon Carew · 3 months ago
  56. dd31e64 Eagerly free resources on `CupertinoClient.close()` (#1191) by Brian Quinlan · 3 months ago
  57. ec73b19 Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (#1187) by dependabot[bot] · 3 months ago
  58. 78b2a9a Fix runWithClient link in README (#1184) by Nate Bosch · 3 months ago
  59. e459e5c Use WebSocketConnectionClosed for operations after WebSocket close (#1180) by Brian Quinlan · 3 months ago
  60. 9780081 Make the cupertino_http workflow work after 'macos-latest' upgrade (#1182) by Brian Quinlan · 3 months ago
  61. 34d7087 Fix a StateError in IOWebSocket (#1177) by Brian Quinlan · 4 months ago
  62. b7477b1 Upgrade jni and jnigen to 0.8.0 (#1176) by Hossein Yousefi · 4 months ago
  63. caad9ca Create a `package:web_socket` `WebSocket` from `dart:io` `WebSocket` (#1173) by Brian Quinlan · 4 months ago
  64. 5214f76 Bump actions/setup-java from 4.1.0 to 4.2.1 (#1171) by dependabot[bot] · 4 months ago
  65. f89813e Bump actions/cache from 4.0.1 to 4.0.2 (#1169) by dependabot[bot] · 4 months ago
  66. c14e440 Make `test` a dev_dependency (#1166) by Brian Quinlan · 4 months ago
  67. a283716 Add eq, toString and hash methods to HttpProfileRedirectData (#1165) by Brian Quinlan · 4 months ago
  68. 70cf298 Ignore errors added to `bodySink`s (#1164) by Brian Quinlan · 4 months ago
  69. 280d361 [package:http_profile] Expand README.md (#1162) by Derek Xu · 4 months ago
  70. 9fddb1c Fix the connectionInfo getter (#1163) by Brian Quinlan · 4 months ago
  71. 9f47439 [package:http_profile] Make connectionInfo a top-level field of HttpClientRequestProfile (#1160) by Derek Xu · 4 months ago
  72. 7949d6f cupertino_http: upgrade ffigen version (#1159) by Brian Quinlan · 4 months ago
  73. 051482a Ready cupertino_http for release with WebSocket support (#1158) by Brian Quinlan · 4 months ago
  74. 988b4d4 Prepare package:cronet_http 1.2 for release (#1157) by Brian Quinlan · 5 months ago
  75. 69f4eff [cronet_http] Upgrade jni to 0.7.3 (#1156) by Hossein Yousefi · 5 months ago
  76. d8b1a9e Release `package:web_socket` 0.1.0 (#1155) by Brian Quinlan · 5 months ago
  77. cfbc191 Add a WebSocket implementation to package:cupertino_http (#1153) by Brian Quinlan · 5 months ago
  78. 5dfea72 Add getters to classes (#1151) by Derek Xu · 5 months ago
  79. 8da6e0e [package:http_profile] Store request and response bodies in the backing map as lists instead of streams (#1154) by Derek Xu · 5 months ago
  80. 8d3c647 Add support for negotiating a subprotocol (#1150) by Brian Quinlan · 5 months ago
  81. e71e739 Add `WebSocket.connect` as a cross-platform connection method (#1149) by Brian Quinlan · 5 months ago
  82. f14b5aa Include a description and version number in web_socket pubspec (#1148) by Brian Quinlan · 5 months ago
  83. 5b656a9 Add a LICENSE file to package:web_socket (#1147) by Brian Quinlan · 5 months ago
  84. 557c420 Implement WebSocket for the browser (#1142) by Brian Quinlan · 5 months ago
  85. 470d2c3 Bump actions/cache from 4.0.0 to 4.0.1 (#1145) by dependabot[bot] · 5 months ago
  86. a5b17e0 Bump actions/setup-java from 4.0.0 to 4.1.0 (#1144) by dependabot[bot] · 5 months ago
  87. c1d3481 Split package:http_profile into multiple files (#1143) by Brian Quinlan · 5 months ago
  88. 69332d3 API adjustments based on cupertino_http usage experience (#1141) by Brian Quinlan · 5 months ago
  89. 199f9fa Add a dart:io WebSocket implementation (#1139) by Brian Quinlan · 5 months ago
  90. 37fceb8 Fix incorrect documentation that used the old `isOwned` name (#1140) by Brian Quinlan · 5 months ago
  91. 6e0a46f [cronet_http] 🏗️ Use dart-define to determine dependency (#1111) by Alex Li · 5 months ago
  92. d5cab74 👷 Update configuration related files (#1091) by Alex Li · 5 months ago
  93. 6873731 Make it possible for `CronetClient` to own the lifetime of an existing `CronetEngine` (#1137) by Brian Quinlan · 5 months ago
  94. ce0de37 Populate package:http_profile (#1046) by Derek Xu · 5 months ago
  95. 75e01f4 Create a simple WebSocket interface (#1128) by Brian Quinlan · 5 months ago
  96. 6d9f9ef blast repo changes: auto-publish, github-actions, no-response (#1133) by Kevin Moore · 6 months ago
  97. d8b237d [http] Migrate to the latest pkg:web, require Dart 3.3 (#1132) by Kevin Moore · 6 months ago http-v1.2.1
  98. 5179d1c Bump actions/cache from 3.3.2 to 4.0.0 (#1125) by dependabot[bot] · 6 months ago
  99. 0b803e8 Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#1124) by dependabot[bot] · 6 months ago
  100. 82e0424 Use preferred flutter version constraints (#1119) by Brian Quinlan · 6 months ago