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 4a8863f..9a2b717 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.2.5 <4.0.0' dependencies: flutter: @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0d8921b..1680024 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: