DarshanGowda0 / GeoFlutterFire

:fire:GeoFlutterFire:fire: is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://youtu.be/MYHVyl-juUk
MIT License
305 stars 261 forks source link

Because geoflutterfire >=2.2.2 <3.0.0-nullsafety.1 depends on cloud_firestore ^0.16.0 #150

Closed Francmape closed 3 years ago

Francmape commented 3 years ago

How solve this, when using both packages.

Because geoflutterfire >=2.2.2 <3.0.0-nullsafety.1 depends on cloud_firestore ^0.16.0 and app depends on cloud_firestore ^1.0.3, geoflutterfire >=2.2.2 <3.0.0-nullsafety.1 is forbidden.

So, because app depends on geoflutterfire ^2.2.2, version solving failed. pub get failed (1; So, because proximal depends on geoflutterfire ^2.2.2, version solving failed.) exit code 1

awaik commented 3 years ago

Please use null safety version https://pub.dev/packages/geoflutterfire/versions/3.0.0-nullsafety.2

Francmape commented 3 years ago

Hello, I have. Give the same error. Find the attached image.

Regards.

On Sun, Apr 4, 2021 at 8:26 PM Alex Awaik @.***> wrote:

Please use null safety version https://pub.dev/packages/geoflutterfire/versions/3.0.0-nullsafety.2

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DarshanGowda0/GeoFlutterFire/issues/150#issuecomment-813069111, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRCPXVJDA6ZTWSQ3UU4CRDTHCOMJANCNFSM42C4GQAQ .

awaik commented 3 years ago

Can you please:

  1. Run flutter doctor and paste the output below
  2. Run flutter pub deps -- --style=compact and paste the output below
Francmape commented 3 years ago

Hello, please find the attached response. Gives the same error.

On Sun, Apr 4, 2021 at 9:02 PM Alex Awaik @.***> wrote:

Can you please:

  1. Run flutter doctor and paste the output below
  2. Run flutter pub deps -- --style=compact and paste the output below

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DarshanGowda0/GeoFlutterFire/issues/150#issuecomment-813074117, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRCPXU4DS2IGEQQG4BZDELTHCSRVANCNFSM42C4GQAQ .

jemisgoti commented 3 years ago

geoflutterfire 2.2.2 depends on cloud_firestore:0.16.0 and your app uses cloud_firestore ^1.0.3, so you are facing this issue. just replace cloud_firestore ^1.0.3 with cloud_firestore ^0.16.0 and your problem will be resolve.

Francmape commented 3 years ago

Thank you for your reply.

On Tue, 20 Apr 2021, 12:36 Jemis Goti, @.***> wrote:

geoflutterfire 2.2.2 depends on cloud_firestore:0.16.0 and your app uses cloud_firestore ^1.0.3, so you are facing this issue. just replace cloud_firestore ^1.0.3 with cloud_firestore ^0.16.0 and your problem will be resolve.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DarshanGowda0/GeoFlutterFire/issues/150#issuecomment-823133547, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRCPXQYQN44OVX6EXZL7MLTJVDLHANCNFSM42C4GQAQ .