simple_http_api 1.1.1 simple_http_api: ^1.1.1 copied to clipboard
A package extends the official http package with the features of cancellation, timeout and EventSource. No complicated concepts and redundant functions, just API requests.
1.1.1 #
- support the fallback encoding for
ApiResponse
when no valid encoding found in the headers ofApiResponse
1.1.0 #
- support uploading files in a separate isolate. pull request
1.0.2 #
- update README
- remove dependency:
path
1.0.1 #
- add documentations and
example/example.dart
- stable
1.0.0+1 #
fix incompatible with dependencies of flutter from SDK
- remove dependencies:
meta
and annotations - use dependencies:
path: any
- change min dart SDK to
2.18.0
1.0.0 #
- Initial version.
- rename the package name from
api
tosimple_http_api