From 3d7b1f55a33f718bcac647b8031b79058d73ac63 Mon Sep 17 00:00:00 2001 From: Joshua Tang Date: Sun, 19 Nov 2023 13:14:06 +1100 Subject: [PATCH] feat: specify minimum flutter version `>=3.13.9` (#207) --- example/pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 4b0563d..abd0b4c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -382,4 +382,4 @@ packages: version: "1.0.3" sdks: dart: ">=3.2.0-194.0.dev <4.0.0" - flutter: ">=3.7.0" + flutter: ">=3.13.9" diff --git a/pubspec.yaml b/pubspec.yaml index fcaeef4..5625e40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,6 +6,7 @@ homepage: https://github.com/zeshuaro/firestore_cache environment: sdk: ">=2.19.6 <3.0.0" + flutter: ">=3.13.9" dependencies: cloud_firestore: ^4.13.0