coffee_http_client 0.0.4 copy "coffee_http_client: ^0.0.4" to clipboard
coffee_http_client: ^0.0.4 copied to clipboard

A minimal, opinionated HTTP client for Flutter and Dart. Designed for explicit request lifecycles, predictable behavior, and application-defined response handling.

0.0.1 #

Initial release.

  • Introduces a minimal, opinionated HTTP client for Flutter and Dart
  • Explicit request lifecycle with predictable behavior
  • Clear separation between transport and response semantics
  • Raw HTTP responses via CoffeeRawResponse
  • Application-defined response handling via handleResponse
  • Lifecycle hooks: onResponse, onError
  • Stable configuration model with explicit header merging
  • Example app and public API tests included

0.0.2 #

Updated README and added a ROADMAP.md

0.0.3 #

Removed Typedefs.

0.0.4 #

Added a postHandled

1
likes
160
points
184
downloads

Publisher

verified publisherwarmcoffee.nl

Weekly Downloads

A minimal, opinionated HTTP client for Flutter and Dart. Designed for explicit request lifecycles, predictable behavior, and application-defined response handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on coffee_http_client