sturdy_http 0.5.1 copy "sturdy_http: ^0.5.1" to clipboard
sturdy_http: ^0.5.1 copied to clipboard

A strongly typed, event-based, reliable HTTP client that wraps `Dio`.

0.5.1 #

What's Changed #

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.5.0...v0.5.1

0.5.0 #

What's Changed #

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.4.0...v0.5.0

0.4.0 #

What's Changed #

New Contributors #

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.3.1...v0.4.0

0.3.1 #

What's Changed #

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.3.0...v0.3.1

0.3.0 #

What's Changed #

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.2.0...v0.3.0

0.2.0 #

What's Changed #

New Contributors #

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.1.0...v0.2.0

0.1.0 #

  • Add ability to provide CancelToken as well as send and receive progress callbacks to NetworkRequests

⚠️ Breaking Changes:

  • Remove ability to provide headers to NetworkRequests. Instead, pass Options.
  • Migrate to DioException from the deprecated DioError.
  • Remove proxy configuration on the underlying Dio instance during construction of SturdyHttp. If you want to configure proxy information, do it via an Interceptor.
  • Add inferContentType parameter to constructor. This defaults to true. The previous behavior was no not infer content-type header by default.

0.0.2 #

  • Correct library name

0.0.1 #

  • Initial version
5
likes
160
points
2.78k
downloads

Publisher

verified publisherbetterment.dev

Weekly Downloads

A strongly typed, event-based, reliable HTTP client that wraps `Dio`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, dio, freezed_annotation, uuid

More

Packages that depend on sturdy_http