diff --git a/.flutter-plugins b/.flutter-plugins new file mode 100644 index 0000000..482da09 --- /dev/null +++ b/.flutter-plugins @@ -0,0 +1,5 @@ +# This is a generated file; do not edit or check into version control. +cloud_firestore=C:\\Users\\admin\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\cloud_firestore-5.6.5\\ +cloud_firestore_web=C:\\Users\\admin\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\cloud_firestore_web-4.4.5\\ +firebase_core=C:\\Users\\admin\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\firebase_core-3.12.1\\ +firebase_core_web=C:\\Users\\admin\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\firebase_core_web-2.21.1\\ diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies new file mode 100644 index 0000000..8c3b455 --- /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":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore-5.6.5\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core-3.12.1\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore-5.6.5\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core-3.12.1\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore-5.6.5\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core-3.12.1\\\\","native_build":true,"dependencies":[]}],"linux":[],"windows":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore-5.6.5\\\\","native_build":true,"dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core-3.12.1\\\\","native_build":true,"dependencies":[]}],"web":[{"name":"cloud_firestore_web","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\cloud_firestore_web-4.4.5\\\\","dependencies":["firebase_core_web"]},{"name":"firebase_core_web","path":"C:\\\\Users\\\\admin\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\firebase_core_web-2.21.1\\\\","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":"2025-02-26 18:46:25.982282","version":"3.27.4","swift_package_manager_enabled":false} \ No newline at end of file diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4a8863f..ec24fe7 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.3.0 <4.0.0' dependencies: flutter: @@ -11,7 +11,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.4 + cupertino_icons: ^1.0.8 dev_dependencies: flutter_test: @@ -20,8 +20,8 @@ dev_dependencies: geoflutterfire: path: ../ - cloud_firestore: ^3.1.6 - google_maps_flutter: ^2.1.1 + cloud_firestore: ^5.6.5 + google_maps_flutter: ^2.10.1 # 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..6ac8aec 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.0.4 homepage: https://github.com/DarshanGowda0/GeoFlutterFire environment: - sdk: '>=2.12.0 <3.0.0' - flutter: ">=1.12.0" + sdk: '>=3.3.0 <4.0.0' + flutter: ">=3.26.0" dependencies: flutter: sdk: flutter - cloud_firestore: ^3.1.6 - rxdart: ^0.27.3 - flutter_lints: ^1.0.0 + cloud_firestore: ^5.6.5 + rxdart: ^0.28.0 + flutter_lints: ^5.0.0 dev_dependencies: flutter_test: