None.
- Support request cancellation for native HTTP clients via use of
AbortableRequest(introduced in http package from version 1.5.0) - Add timeout handling for
sendTimeout,connectTimeout, andreceiveTimeoutinConversionLayerAdapter
- Close the
CronetEnginewhen closing theCronetClientby default. - Expose underlying adapters from all adapters.
- Support
cupertino_http2.0.0
- Provide fix suggestions for
dart fix. - Bump cronet_http version to
>=0.4.0 <=2.0.0.
- Adds
createCronetEngineandcreateCupertinoConfigurationto deprecatecronetEngineandcupertinoConfigurationfor theNativeAdapter, to avoid platform exceptions. - Improve the request stream byte conversion.
- Adds the missing
flutterdependency.
- Bump
cronet_httpversion. - Minimal required Dart version is now 3.1.
- Minimal required Flutter version is now 3.13.0.
- Allow case-sensitive header keys with the
preserveHeaderCaseflag through options.
- Add topics to packages.
- Update dependencies to make use of stable versions.
- Replace
DioErrorwithDioException. - Fix
onReceiveProgresscallback.
- Bump cupertino_http and cronet_http versions.
- Improve code formats according to linter rules.
- Initial version.