Skip to content

dio 5.8.0

Compare
Choose a tag to compare
@cfug-dev cfug-dev released this 29 Jan 06:05
· 10 commits to main since this release

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.