From 7648128a1e0dc8e274ddc309c743629b6878fc3c Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 14 Nov 2024 16:33:49 -0500 Subject: [PATCH] chore: remove upper Flutter bound in shorebird_code_push as per pub validation warning --- shorebird_code_push/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index d5406f1..ca74955 100644 --- a/shorebird_code_push/pubspec.yaml +++ b/shorebird_code_push/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_pu environment: sdk: ">=3.5.4 <4.0.0" - flutter: ">=3.24.4 <4.0.0" + flutter: ">=3.24.4" dependencies: ffi: ^2.0.2