From 438a1702c781c9391881a5237b2f605259527bb4 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 10 Oct 2024 12:07:52 -0700 Subject: [PATCH] Fix pubspec versions --- pkgs/cupertino_http/example/pubspec.yaml | 2 +- pkgs/cupertino_http/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/cupertino_http/example/pubspec.yaml b/pkgs/cupertino_http/example/pubspec.yaml index e514627950..db4a875ff7 100644 --- a/pkgs/cupertino_http/example/pubspec.yaml +++ b/pkgs/cupertino_http/example/pubspec.yaml @@ -31,7 +31,7 @@ dev_dependencies: http_profile: ^0.1.0 integration_test: sdk: flutter - objective_c: ^1.0.1 + objective_c: ^3.0.0 test: ^1.21.1 web_socket_conformance_tests: path: ../../web_socket_conformance_tests/ diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index b13354cf61..301e5252fe 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -17,12 +17,12 @@ dependencies: sdk: flutter http: ^1.2.0 http_profile: ^0.1.0 - objective_c: ^1.0.1 + objective_c: ^3.0.0 web_socket: ^0.1.0 dev_dependencies: dart_flutter_team_lints: ^3.0.0 - ffigen: ^11.0.0 + ffigen: ^15.0.0 flutter: plugin: