From 0d6be990b09e6cb62a5b8bc424c7d0d432b25de9 Mon Sep 17 00:00:00 2001 From: TheUnknownCorp <141446611+TheUnknownCorp@users.noreply.github.com> Date: Sat, 5 Aug 2023 01:08:17 +0700 Subject: [PATCH] Update pubspec.yaml Updated dependecies! --- pubspec.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0d8921b..960ab99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,19 +1,18 @@ name: geoflutterfire description: GeoFlutterFire is an open-source library that allows you to store and query firestore documents based on their geographic location. -version: 3.0.3 +version: 3.1.0 homepage: https://github.com/DarshanGowda0/GeoFlutterFire environment: - sdk: '>=2.12.0 <3.0.0' - flutter: ">=1.12.0" + sdk: '>=2.12.0 <4.0.0' dependencies: flutter: sdk: flutter - cloud_firestore: ^3.1.6 - rxdart: ^0.27.3 - flutter_lints: ^1.0.0 - + cloud_firestore: ^4.8.4 + rxdart: ^0.27.7 + flutter_lints: ^2.0.2 + dev_dependencies: flutter_test: sdk: flutter