From c3e43bf22aebca04c73eca5c2cabf8cf34e96555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:48:33 +0000 Subject: [PATCH] fix(sdk): update dependency flutter to >=3.19.2 (#337) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 471b347..6a01c8a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ homepage: https://github.com/zeshuaro/firestore_cache environment: sdk: ">=3.3.0 <4.0.0" - flutter: ">=3.19.1" + flutter: ">=3.19.2" dependencies: cloud_firestore: ^4.15.5