cupertino_http 1.0.1
cupertino_http: ^1.0.1 copied to clipboard
A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.
1.0.1 #
- Remove experimental status from "Readme"
1.0.0 #
- Require Dart 3.0
- Require Flutter 3.10.0
0.1.2 #
- Require Dart 2.19
- Fix a reference count race with forwarded delegates.
0.1.1 #
- Add a
URLSession.sessionDescriptionfield.
0.1.0 #
- Restructure
package:cupertino_httpto offer a singleimport.
0.0.11 #
- Fix a bug where the images in the example would be loaded using
dart:ioHttpClient. CupertinoClientthrows an exception ifsendis called afterclose.
0.0.9 #
- Add a more complete implementation for
URLSessionTask:priorityproperty - hint for host prioritization.currentRequestproperty - the current request for the task (will be different thanoriginalRequestin the face of redirects).originalRequestproperty - the original request for the task.errorproperty - anErrorobject if the request failed.taskDescriptionproperty - a developer-set description of the task.countOfBytesExpectedToSendproperty - the size of the body bytes that will be sent.countOfBytesSentproperty - the number of body bytes sent in the request.prefersIncrementalDeliveryproperty - whether to deliver the response body in one chunk (if possible) or many.
- Upgrade to ffigen ^7.2.0 and remove unnecessary casts.
0.0.8 #
- Make timeout and caching policy configurable on a per-request basis.
0.0.7 #
- Upgrade
ffidependency.
0.0.6 #
- Make the number of simultaneous connections allowed to the same host configurable.
- Fixes cupertino_http: Failure calling Dart_PostCObject_DL.
0.0.5 #
- Add the ability to set network service type.
- Add the ability to control multipath TCP connections.
- Set
StreamedResponse.reasonPhraseandStreamedResponse.request. Fixes cupertino_http: BaseResponse.request is null.
0.0.4 #
- Add the ability to control caching policy.
0.0.3 #
- Follow the project style in the example app.
- Use
runWithClientin the example app. - Add another README example
0.0.2 #
- A single comment adjustment.
0.0.1 #
- Initial development release.