From cd094215853966acb7ba0da111c2b31ef7f8aeee Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 18 Sep 2022 08:30:52 +0200 Subject: [PATCH] Fix version constraints --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 97a7ea65b..35f00269b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,8 +5,8 @@ homepage: https://github.com/ubuntu/yaru_widgets.dart version: 1.1.3 environment: - sdk: ">=2.17.0 <3.3.2" - flutter: ">=3.3.2" + sdk: ">=2.17.0 <3.0.0" + flutter: ">=3.3.0" dependencies: flutter: