chore: remove upper Flutter bound in shorebird_code_push as per pub validation warning

This commit is contained in:
Bryan Oltman
2024-11-14 16:33:49 -05:00
parent 47dd248f0e
commit 7648128a1e
+1 -1
View File
@@ -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