Releases: cfug/dio
Releases · cfug/dio
web_adapter 2.1.0
What's new
- Support
FileAccessMode
inDio.download
andDio.downloadUri
to change download file opening mode.
web_adapter 1.1.0
What's new
- Support
FileAccessMode
inDio.download
andDio.downloadUri
to change download file opening mode.
http2_adapter 2.6.0
What's new
- Make cached connections respect redirections and scheme.
dio 5.8.0+1
What's new
- Raise the version constraint of
dio_web_adapter
.
dio 5.8.0
What's new
- Update comments and strings with
MultipartFile
. - Removes redundant warnings when composing request options on Web.
- Fixes boundary inconsistency in
FormData.clone()
. - Support
FileAccessMode
inDio.download
andDio.downloadUri
to change download file opening mode. - Fix
ListParam
equality by using theDeepCollectionEquality
. - Enables configuring the logging details of
DioException
globally and locally. - Enables using
Dio.clone
to reuse base options, client adapter, interceptors, and transformer,
in a newDio
instance.
cookie_manager 3.2.0
What's new
- Raise the min Dart SDK version to 2.18.0 (implied by the
dio
package).
native_dio_adapter 1.4.0
What's new
- Support
cupertino_http
2.0.0
dio 5.7.0
What's new
- Graceful handling of responses with nonzero
Content-Length
,Content-Type
json, but empty body - Empty responses are now transformed to
null
web_adapter 2.0.0
What's new
- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgrade
orflutter pub upgrade
to use the WASM-supported version.
dio 5.6.0
What's new
- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgrade
orflutter pub upgrade
to use the WASM-supported version.