Skip to content

dio 5.1.0

Compare
Choose a tag to compare
@cfug-dev cfug-dev released this 27 Mar 05:34
· 260 commits to main since this release

What's new

  • Fix double-completion when using connectionTimeout on web platform.
  • Allow defining adapter methods through their constructors.
  • Fix FormData encoding regression for maps with dynamic keys, introduced in 5.0.3.
  • Mark several static DioMixin functions as @internal.
  • Make DioError.stackTrace non-nullable.
  • Ensure DioError.stackTrace always points to the correct call site.