ez_http 1.0.11
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, andEasyHttpFile.textconstructors - 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, andEasyHttpFile.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
bodyByteswithout 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.Clientfor reuse and testing - Update
httpandflutter_lintsto 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