From 55e31ec24a887a020d223acee2961ddf142a8094 Mon Sep 17 00:00:00 2001 From: MohamedAbd0 Date: Mon, 10 Apr 2023 19:54:16 +0400 Subject: [PATCH 1/6] update cloud_firestore: ^4.5.0 --- example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4a8863f..668ace8 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -20,7 +20,7 @@ dev_dependencies: geoflutterfire: path: ../ - cloud_firestore: ^3.1.6 + cloud_firestore: ^4.5.0 google_maps_flutter: ^2.1.1 # For information on the generic Dart part of this file, see the diff --git a/pubspec.yaml b/pubspec.yaml index 0d8921b..d7da376 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,8 +10,8 @@ environment: dependencies: flutter: sdk: flutter - cloud_firestore: ^3.1.6 - rxdart: ^0.27.3 + cloud_firestore: ^4.5.0 + rxdart: ^0.27.7 flutter_lints: ^1.0.0 dev_dependencies: From e8a9ee7cea8b3a7e23f7d8a7ab11f4d779e4b80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Utku=20=C3=96zy=C3=BCrek?= Date: Sat, 25 Nov 2023 18:53:23 +0300 Subject: [PATCH 2/6] Update pubspec.yaml Update flutter_lints = 3.0.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d7da376..1ff8c8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: sdk: flutter cloud_firestore: ^4.5.0 rxdart: ^0.27.7 - flutter_lints: ^1.0.0 + flutter_lints: ^3.0.1 dev_dependencies: flutter_test: From 178489c262240eb97d7bf81488774f65a9fb03ec Mon Sep 17 00:00:00 2001 From: mabdo-ds <145323648+mabdo-ds@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:26:11 +0400 Subject: [PATCH 3/6] cloud_firestore: ^5.0.2 --- .flutter-plugins | 5 +++++ .flutter-plugins-dependencies | 1 + example/pubspec.yaml | 6 +++--- pubspec.yaml | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 .flutter-plugins create mode 100644 .flutter-plugins-dependencies diff --git a/.flutter-plugins b/.flutter-plugins new file mode 100644 index 0000000..f97ded1 --- /dev/null +++ b/.flutter-plugins @@ -0,0 +1,5 @@ +# This is a generated file; do not edit or check into version control. +cloud_firestore=/Users/mohamedabdo/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.2/ +cloud_firestore_web=/Users/mohamedabdo/.pub-cache/hosted/pub.dev/cloud_firestore_web-4.0.2/ +firebase_core=/Users/mohamedabdo/.pub-cache/hosted/pub.dev/firebase_core-3.1.1/ +firebase_core_web=/Users/mohamedabdo/.pub-cache/hosted/pub.dev/firebase_core_web-2.17.2/ diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies new file mode 100644 index 0000000..1160971 --- /dev/null +++ b/.flutter-plugins-dependencies @@ -0,0 +1 @@ +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"cloud_firestore","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.2/","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/firebase_core-3.1.1/","native_build":true,"dependencies":[]}],"android":[{"name":"cloud_firestore","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.2/","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/firebase_core-3.1.1/","native_build":true,"dependencies":[]}],"macos":[{"name":"cloud_firestore","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.2/","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/firebase_core-3.1.1/","native_build":true,"dependencies":[]}],"linux":[],"windows":[{"name":"cloud_firestore","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.2/","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/firebase_core-3.1.1/","native_build":true,"dependencies":[]}],"web":[{"name":"cloud_firestore_web","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/cloud_firestore_web-4.0.2/","dependencies":["firebase_core_web"]},{"name":"firebase_core_web","path":"/Users/mohamedabdo/.pub-cache/hosted/pub.dev/firebase_core_web-2.17.2/","dependencies":[]}]},"dependencyGraph":[{"name":"cloud_firestore","dependencies":["cloud_firestore_web","firebase_core"]},{"name":"cloud_firestore_web","dependencies":["firebase_core","firebase_core_web"]},{"name":"firebase_core","dependencies":["firebase_core_web"]},{"name":"firebase_core_web","dependencies":[]}],"date_created":"2024-06-25 21:25:08.160056","version":"3.22.2"} \ No newline at end of file diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 668ace8..1d6fefb 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: Demonstrates how to use the geoflutterfire plugin. publish_to: "none" environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=3.4.3 <4.0.0' dependencies: flutter: @@ -20,8 +20,8 @@ dev_dependencies: geoflutterfire: path: ../ - cloud_firestore: ^4.5.0 - google_maps_flutter: ^2.1.1 + cloud_firestore: ^5.0.2 + google_maps_flutter: ^2.7.0 # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index d7da376..de44e4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,17 +1,17 @@ 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' + sdk: '>=3.4.3 <4.0.0' flutter: ">=1.12.0" dependencies: flutter: sdk: flutter - cloud_firestore: ^4.5.0 - rxdart: ^0.27.7 + cloud_firestore: ^5.0.2 + rxdart: ^0.28.0 flutter_lints: ^1.0.0 dev_dependencies: From 5088a47c9581fcedfe14d79df4cb0c5633a22e7b Mon Sep 17 00:00:00 2001 From: mabdo-ds <145323648+mabdo-ds@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:38:34 +0400 Subject: [PATCH 4/6] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index de44e4a..f8708d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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.1.0 +version: 3.1.1 homepage: https://github.com/DarshanGowda0/GeoFlutterFire environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter cloud_firestore: ^5.0.2 - rxdart: ^0.28.0 + rxdart: ^0.27.7 flutter_lints: ^1.0.0 dev_dependencies: From 4b2d5683833c4a52642bc5ac17d53219f729945c Mon Sep 17 00:00:00 2001 From: mabdo-ds Date: Sat, 21 Sep 2024 19:36:49 +0400 Subject: [PATCH 5/6] update --- example/pubspec.yaml | 6 +++--- pubspec.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1d6fefb..c4733a1 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: Demonstrates how to use the geoflutterfire plugin. publish_to: "none" environment: - sdk: '>=3.4.3 <4.0.0' + sdk: '>=3.2.5 <4.0.0' dependencies: flutter: @@ -20,8 +20,8 @@ dev_dependencies: geoflutterfire: path: ../ - cloud_firestore: ^5.0.2 - google_maps_flutter: ^2.7.0 + cloud_firestore: ^5.4.2 + google_maps_flutter: ^2.9.0 # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index f8708d6..13d57e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,15 +4,15 @@ version: 3.1.1 homepage: https://github.com/DarshanGowda0/GeoFlutterFire environment: - sdk: '>=3.4.3 <4.0.0' + sdk: '>=3.2.5 <4.0.0' flutter: ">=1.12.0" dependencies: flutter: sdk: flutter - cloud_firestore: ^5.0.2 - rxdart: ^0.27.7 - flutter_lints: ^1.0.0 + cloud_firestore: ^5.4.2 + rxdart: ^0.28.0 + flutter_lints: ^4.0.0 dev_dependencies: flutter_test: From b281eca963a305e066e7c76b85d2ff7dbfc713af Mon Sep 17 00:00:00 2001 From: mabdo-ds Date: Sat, 21 Sep 2024 19:39:01 +0400 Subject: [PATCH 6/6] update --- example/pubspec.yaml | 4 ++-- pubspec.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c4733a1..9a2b717 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -20,8 +20,8 @@ dev_dependencies: geoflutterfire: path: ../ - cloud_firestore: ^5.4.2 - google_maps_flutter: ^2.9.0 + cloud_firestore: ^5.0.2 + google_maps_flutter: ^2.7.0 # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index 13d57e8..723bc7a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,9 +10,9 @@ environment: dependencies: flutter: sdk: flutter - cloud_firestore: ^5.4.2 - rxdart: ^0.28.0 - flutter_lints: ^4.0.0 + cloud_firestore: ^5.0.2 + rxdart: ^0.27.7 + flutter_lints: ^1.0.0 dev_dependencies: flutter_test: