From a2dcf08e625007d6cdad1537e3036921c80f951f Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 1 Apr 2024 23:42:28 -0500 Subject: [PATCH] chore: adjust flutter version constraints --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e205c58..d5eaeaa 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none environment: sdk: ">=3.2.0 <4.0.0" - flutter: ">=3.16.0 <4.0.0" + flutter: ">=3.16.0" dependencies: bloc: ^8.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 49eb53d..489a23f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ version: 0.1.0 environment: sdk: ">=3.2.0 <4.0.0" - flutter: ">=3.16.0 <4.0.0" + flutter: ">=3.16.0" dependencies: flutter: