jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.34k stars 1.62k forks source link

[beboro] flutter pub get --no-example Resolving dependencies... Because every version of get from git depends on web >=0.4.0 <0.6.0 and firebase_core_web >=2.18.0 depends on web ^1.0.0, get from git is incompatible with firebase_core_web >=2.18.0. And because firebase_core >=3.5.0 depends on firebase_core_web ^2.18.1, get from git is incompatible with firebase_core >=3.5.0. So, because beboro depends on both firebase_core ^3.6.0 and get from git, version solving failed. #3247

Closed fisforfaheem closed 3 hours ago

fisforfaheem commented 3 hours ago

[beboro] flutter pub get --no-example Resolving dependencies... Because every version of get from git depends on web >=0.4.0 <0.6.0 and firebase_core_web >=2.18.0 depends on web ^1.0.0, get from git is incompatible with firebase_core_web >=2.18.0. And because firebase_core >=3.5.0 depends on firebase_core_web ^2.18.1, get from git is incompatible with firebase_core >=3.5.0. So, because beboro depends on both firebase_core ^3.6.0 and get from git, version solving failed.

jonataslaw commented 3 hours ago

Hi, Could you please elaborate more?

This error doesn't make sense. It's saying that get depends on web version >=0.4.0 <0.6.0.

That's not true.

https://github.com/jonataslaw/getx/blob/master/pubspec.yaml#L15

Are you using a old version?

Try run:

flutter pub upgrade

fisforfaheem commented 3 hours ago

Oh, I thought i was using the latest version, just checked now it's working now. Thanks

On Thu, Oct 24, 2024 at 9:43 PM Jonny Borges @.***> wrote:

Hi, Could you please elaborate more?

This error doesn't make sense. It's saying that get depends on web version

=0.4.0 <0.6.0.

That's not true.

https://github.com/jonataslaw/getx/blob/master/pubspec.yaml#L15

Are you using a old version?

Try run:

flutter pub upgrade

— Reply to this email directly, view it on GitHub https://github.com/jonataslaw/getx/issues/3247#issuecomment-2435767489, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSCNLEILOBKR5MBMQULZ5EPRHAVCNFSM6AAAAABQRPUFW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZVG43DONBYHE . You are receiving this because you authored the thread.Message ID: @.***>