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.