isolate_http 4.0.0
isolate_http: ^4.0.0 copied to clipboard
IsolateHttp provides a way to launch 'http' library in Isolate with IsolatesFlutter.
4.0.0 26/07/2026 #
- Breaking: require Flutter
>=3.35.0/ Dart^3.9.0. Earlier SDKs are no longer supported. - Breaking: upgrade
httpfrom^0.13.0to^1.6.0.HttpFile.toMultipartFile()now returns aMultipartFilefromhttp1.x. - Breaking: depend on
isolate_flutter: ^4.0.0. - Fix:
send()now stops the isolate it spawned once it returns. Previously a timed-out request kept running in the background after the caller had already received its 408. - Re-export
MediaTypefromisolate_http.dart, so callers no longer need a direct dependency onhttp_parser. - Switch linting to
flutter_lints ^6.0.0. - Add a test suite covering request building, curl logging and GET/POST/multipart round trips through an isolate.
3.0.0 05/01/2023 #
- Update a dependency to the latest release.
2.3.0 30/06/2022 #
- Support multiple content-type headers.
2.2.0 13/06/2022 #
- Add log CURL.
- Add
contentLengthfor IsolateHttpRequest, IsolateHttpResponse.
2.1.1 23/09/2021 #
- [Fix] missing
content-typeheader in post method.
2.1.0 12/09/2021 #
- Support timeout, debug label.
2.0.0 03/09/2021 #
- Support null-safety.
1.0.0 01/09/2021 #
- Initial package.