http_middleware icon indicating copy to clipboard operation
http_middleware copied to clipboard

A middleware library for Dart's http library.

Results 4 http_middleware issues
Sort by recently updated
recently updated
newest added

Is it possible to update http version to http ^0.13.0. Reason: Problems with usage with other libraries: Error: The current Dart SDK version is 2.18.0-44.1.beta. Because no versions of cached_network_image...

Please update the pub package to the newest version, for now, If depends on `http: ^0.12.0` and `http_middleware: ^1.0.0`, `flutter packages get` won't pass: ``` Because pqdd depends on http_middleware...

Thank you very much for this package. It looks like you are not able to maintain this package since I see the last commit made 3 years ago, I have...

The bug is on line 67/68 of http_with_middleware.dart Can you please update return _withClient((client) => client.post(data.url, headers: headers, body: data.body, encoding: data.encoding)); to return _withClient((client) => client.post(data.url, headers: data.headers, body:...