Skip to content

Releases: cfug/dio

http2_adapter 2.3.1+1

03 Aug 02:40
Compare
Choose a tag to compare

What's new

  • Add topics to packages.

dio 5.3.2

03 Aug 02:41
Compare
Choose a tag to compare

What's new

  • Revert removed download for DioMixin.
  • Fix for Dio.download not cleaning the file on data handling error.

cookie_manager 3.1.0+1

03 Aug 02:41
Compare
Choose a tag to compare

What's new

  • Add topics to packages.

dio 5.3.1

31 Jul 13:35
Compare
Choose a tag to compare

What's new

  • Improve package descriptions and code formats.
  • Improve comments.
  • Fix error when cloning MultipartFile from FormData with regression test.
  • Deprecate MulitpartFile constructor in favor MultipartFile.fromStream.
  • Add FormData.clone.

http2_adapter 2.3.1

18 Jul 05:07
Compare
Choose a tag to compare

What's new

  • Fix cached initFuture not remove when throw exception.

dio 5.3.0

18 Jul 05:06
Compare
Choose a tag to compare

What's new

  • Remove http from dev_dependencies.
  • Add support for cloning MultipartFile from FormData.
  • Only produce null response body when ResponseType.json.

dio 5.2.1+1

13 Jun 00:13
Compare
Choose a tag to compare

What's new

  • Fix changelog on pub.dev.

dio 5.2.1

10 Jun 23:06
Compare
Choose a tag to compare

What's new

  • Revert changes to handling of List<int> body data.

dio 5.2.0+1

07 Jun 12:09
Compare
Choose a tag to compare

What's new

  • Fix DioErrorType deprecation hint.

native_dio_adapter 1.0.0+1

06 Jun 02:33
Compare
Choose a tag to compare

What's new

  • Update dependencies to make use of stable versions.
  • Replace DioError with DioException.
  • Fix onReceiveProgress callback.