From f94554f32426bc4e2cf8a3cc8993d8a35cbee9dc Mon Sep 17 00:00:00 2001 From: Luke Hutchison Date: Wed, 12 Jul 2023 01:49:14 -0600 Subject: [PATCH] Fix version constraint --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 62a2a76..1b9c202 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/lukehutch/flutter_reactive_value environment: sdk: '>=2.19.0 <4.0.0' - flutter: '>=3.7.0 <4.0.0' + flutter: '>=3.7.0' dependencies: flutter: