From b9cf4cd6f27a502ef53ceefce3974b8f35c82b52 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 9 Sep 2022 13:49:19 +0200 Subject: [PATCH] Set minimum Flutter version to 3.3.0 (#194) New API used in #191. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 488625466..a3a68d735 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ homepage: https://github.com/ubuntu/yaru.dart environment: sdk: ">=2.17.0 <3.0.0" - flutter: ">=3.0.0" + flutter: ">=3.3.0" dependencies: dbus: ^0.7.0