From 82e0424308e8b2444b7c9f711ae110f00fb60f7e Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 29 Jan 2024 12:12:15 -0800 Subject: [PATCH] Use preferred flutter version constraints (#1119) --- 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 026cb8a39a..8d61e62bed 100644 --- a/pkgs/cupertino_http/example/pubspec.yaml +++ b/pkgs/cupertino_http/example/pubspec.yaml @@ -7,7 +7,7 @@ version: 1.0.0+1 environment: sdk: ^3.2.0 - flutter: ^3.16.0 + flutter: '>=3.16.0' dependencies: cupertino_http: diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 644bf1bf4d..2a819e120b 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 1.3.0 +version: 1.3.1-wip description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System. @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http environment: sdk: ^3.2.0 - flutter: ^3.16.0 # If changed, update test matrix. + flutter: '>=3.16.0' # If changed, update test matrix. dependencies: async: ^2.5.0