Skip to content

Releases: cfug/dio

web_adapter 2.1.0

29 Jan 06:16
Compare
Choose a tag to compare

What's new

  • Support FileAccessMode in Dio.download and Dio.downloadUri to change download file opening mode.

web_adapter 1.1.0

29 Jan 06:14
890305a
Compare
Choose a tag to compare

What's new

  • Support FileAccessMode in Dio.download and Dio.downloadUri to change download file opening mode.

http2_adapter 2.6.0

29 Jan 06:16
Compare
Choose a tag to compare

What's new

  • Make cached connections respect redirections and scheme.

dio 5.8.0+1

29 Jan 17:49
Compare
Choose a tag to compare

What's new

  • Raise the version constraint of dio_web_adapter.

dio 5.8.0

29 Jan 06:05
Compare
Choose a tag to compare

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 in Dio.download and Dio.downloadUri to change download file opening mode.
  • Fix ListParam equality by using the DeepCollectionEquality.
  • 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 new Dio instance.

cookie_manager 3.2.0

29 Jan 05:53
Compare
Choose a tag to compare

What's new

  • Raise the min Dart SDK version to 2.18.0 (implied by the dio package).

native_dio_adapter 1.4.0

01 Jan 08:14
Compare
Choose a tag to compare

What's new

  • Support cupertino_http 2.0.0

dio 5.7.0

03 Sep 11:13
Compare
Choose a tag to compare

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

13 Aug 09:54
Compare
Choose a tag to compare

What's new

  • Supports the WASM environment. Users should upgrade the adapter with
    dart pub upgrade or flutter pub upgrade to use the WASM-supported version.

dio 5.6.0

13 Aug 10:01
Compare
Choose a tag to compare

What's new

  • Supports the WASM environment. Users should upgrade the adapter with
    dart pub upgrade or flutter pub upgrade to use the WASM-supported version.