From 2df8a22239f095003e31663cd6f09e6b9369e40a Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 24 Mar 2025 11:23:39 +0100 Subject: [PATCH] fix missing entry in pubspec --- frontend/pubspec.lock | 2 +- frontend/pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/pubspec.lock b/frontend/pubspec.lock index 385b2a0..7d97f7a 100644 --- a/frontend/pubspec.lock +++ b/frontend/pubspec.lock @@ -1015,4 +1015,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.7.0 <4.0.0" - flutter: ">=3.27.0" + flutter: ">=3.29.1" diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index ea783ef..3cf2a53 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -20,6 +20,7 @@ version: 1.0.0+1 environment: sdk: '>=3.3.4 <4.0.0' + flutter: 3.29.1 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions