native_dio_adapter 1.5.0
native_dio_adapter: ^1.5.0 copied to clipboard
A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform.
CHANGELOG #
Unreleased #
None.
1.5.0 #
- Close the
CronetEnginewhen closing theCronetClientby default. - Expose underlying adapters from all adapters.
1.4.0 #
- Support
cupertino_http2.0.0
1.3.0 #
- Provide fix suggestions for
dart fix. - Bump cronet_http version to
>=0.4.0 <=2.0.0.
1.2.0 #
- Adds
createCronetEngineandcreateCupertinoConfigurationto deprecatecronetEngineandcupertinoConfigurationfor theNativeAdapter, to avoid platform exceptions. - Improve the request stream byte conversion.
1.1.1 #
- Adds the missing
flutterdependency.
1.1.0 #
- 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.
1.0.0+2 #
- Add topics to packages.
1.0.0+1 #
- Update dependencies to make use of stable versions.
- Replace
DioErrorwithDioException. - Fix
onReceiveProgresscallback.
0.1.0 #
- Bump cupertino_http and cronet_http versions.
- Improve code formats according to linter rules.
0.0.1 #
- Initial version.