1.0.0
Check out the 1.0.0 migration guide for information on how to migrate your code.
- ❗️🛠 Changed: Renamed
HttpClientWithInterceptor
toInterceptedClient
. - ❗️🛠 Changed: Renamed
HttpWithInterceptor
toInterceptedHttp
. - ❗️🛠 Removed:
badCertificateCallback
fromInterceptedClient
andInterceptedHttp
in order to fully support Flutter Web 🌐 . In order to use refer to the migration guide. - ✨ Added: Array parameters on
RequestData
following a similar principle thanhttp
'squeryParametersAll
. - ✨ Changed:
ResponseData
now hasbodyBytes
to allow encoding or decoding in the format desired. - ✨ Changed: Migrated tests to use
test
package instead offlutter_test
. - ✨ Changed: More tests and coverage, this is a work in progress.
- 🗑 Removed: Package no longer depends on Flutter, which means that it can be used with standalone Dart projects.