From c4951def023ba2315fec3bd6fd17253d73238ea0 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 27 Jun 2024 01:28:39 +0300 Subject: [PATCH] chore: Define a strict requirement of the minor Flutter version. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3872d6e2..c2d58bbd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ version: 0.11.0+22 environment: sdk: '>=3.2.1 <4.0.0' - flutter: ">=3.19.5" + flutter: ">=3.19.5 <3.20.0" dependencies: animations: ^2.0.11