We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826b5ed commit 20c8da0Copy full SHA for 20c8da0
pkgs/cupertino_http/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.7
2
+
3
+* Upgrade `ffi` dependency.
4
5
## 0.0.6
6
7
* Make the number of simulateous connections allowed to the same host
pkgs/cupertino_http/pubspec.yaml
@@ -2,15 +2,15 @@ name: cupertino_http
description: >
A macOS/iOS Flutter plugin that provides access to the Foundation URL
Loading System.
-version: 0.0.6
+version: 0.0.7
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http
8
environment:
9
sdk: ">=2.16.0 <3.0.0"
10
flutter: ">=3.0.0"
11
12
dependencies:
13
- ffi: ^1.2.1
+ ffi: ^2.0.1
14
flutter:
15
sdk: flutter
16
http: ^0.13.4
0 commit comments