Skip to content

Commit 20c8da0

Browse files
authored
Update ffi dependency (#793)
1 parent 826b5ed commit 20c8da0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/cupertino_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.7
2+
3+
* Upgrade `ffi` dependency.
4+
15
## 0.0.6
26

37
* Make the number of simulateous connections allowed to the same host

pkgs/cupertino_http/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: cupertino_http
22
description: >
33
A macOS/iOS Flutter plugin that provides access to the Foundation URL
44
Loading System.
5-
version: 0.0.6
5+
version: 0.0.7
66
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http
77

88
environment:
99
sdk: ">=2.16.0 <3.0.0"
1010
flutter: ">=3.0.0"
1111

1212
dependencies:
13-
ffi: ^1.2.1
13+
ffi: ^2.0.1
1414
flutter:
1515
sdk: flutter
1616
http: ^0.13.4

0 commit comments

Comments
 (0)