ez_http 1.0.11 copy "ez_http: ^1.0.11" to clipboard
ez_http: ^1.0.11 copied to clipboard

A lightweight Flutter package that simplifies HTTP requests, providing an easy-to-use interface

1.0.11 #

  • Add more intuitive EasyHttpFile.bytes, EasyHttpFile.path, and EasyHttpFile.text constructors
  • Keep EasyHttpFile.from... compatibility while making the file-upload API more readable
  • Add simple bytes, path, and text upload examples to README

1.0.10 #

  • Finalize multipart file upload support via files: List<EasyHttpFile>
  • Add EasyHttpFile.fromPath, EasyHttpFile.fromBytes, and EasyHttpFile.fromString
  • Document file upload usage and multipart retry behavior in README
  • Add tests covering multipart file uploads and no-retry behavior for finalized files

1.0.9 #

  • Fix strict analyzer warning caused by an unreachable switch default branch
  • Fix binary responses to return raw bodyBytes without UTF-8 decoding
  • Send real multipart form-data requests instead of only setting the header
  • Add multipart file upload support via files: List<http.MultipartFile>
  • Prevent invalid automatic retries for finalized multipart file uploads
  • Allow injecting a custom http.Client for reuse and testing
  • Update http and flutter_lints to their latest resolvable versions
  • Correct README examples and document request/response behavior

1.0.8 #

  • UTF-8 encoding fix
  • Type support

1.0.7 #

  • fix json content type when send body

1.0.6 #

  • fix send body

1.0.5 #

  • fix content type

1.0.4 #

  • Small fixes

1.0.3 #

  • Add response body type

1.0.2 #

  • Small fixes

1.0.1 #

  • Small fixes

1.0.0 #

  • Easy HTTP first release
3
likes
150
points
166
downloads

Documentation

API reference

Publisher

verified publisherinfinverse.dev

Weekly Downloads

A lightweight Flutter package that simplifies HTTP requests, providing an easy-to-use interface

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on ez_http