Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cloud_firestore: ^4.5.0 #205

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .flutter-plugins
Original file line number Diff line number Diff line change
@@ -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/
1 change: 1 addition & 0 deletions .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -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"}
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.5 <4.0.0'

dependencies:
flutter:
Expand All @@ -20,8 +20,8 @@ dev_dependencies:
geoflutterfire:
path: ../

cloud_firestore: ^3.1.6
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
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +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.1
homepage: https://github.com/DarshanGowda0/GeoFlutterFire

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=3.2.5 <4.0.0'
flutter: ">=1.12.0"

dependencies:
flutter:
sdk: flutter
cloud_firestore: ^3.1.6
rxdart: ^0.27.3
flutter_lints: ^1.0.0
cloud_firestore: ^5.0.2
rxdart: ^0.27.7
flutter_lints: ^3.0.1

dev_dependencies:
flutter_test:
Expand Down