Skip to content

Releases: flutter-news-app-full-source-code/http-client

v1.1.0

08 Nov 12:59
e3540bc

Choose a tag to compare

This release introduces a new feature to the http_client package by explicitly exporting key types from the underlying dio package. This enhancement allows external consumers of http_client to directly utilize InterceptorsWrapper and Options and more without needing to import dio separately, streamlining integration and improving developer experience. The change is accompanied by a version bump and an updated changelog.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Oct 15:08
22a1531

Choose a tag to compare

This release updates the core dependency to its latest version, v1.3.1, and subsequently bumping the http_client package's own version to 1.0.1. These changes ensure the project utilizes the most recent compatible version of its primary dependency and accurately reflects this in its versioning and changelog.