GregoryConrad / mimir

⚡ Supercharged Flutter/Dart Database
https://pub.dev/packages/mimir
MIT License
128 stars 10 forks source link

Dependencies #351

Closed siddharthadevops closed 1 month ago

siddharthadevops commented 1 month ago

Hi, It would be possible to update the dependencies of this package. I need to update firebase auth to solve a link problem but I can't because there seems to be a conflict with the web version.

Because no versions of flutter_mimir match >0.1.0 <0.2.0 and flutter_mimir 0.1.0 depends on mimir ^0.1.0, flutter_mimir ^0.1.0 requires mimir ^0.1.0. And because no versions of mimir match >0.1.0 <0.2.0, flutter_mimir ^0.1.0 requires mimir 0.1.0. And because mimir 0.1.0 depends on flutter_rust_bridge 2.1.0 which depends on web ^0.5.0, flutter_mimir ^0.1.0 requires web ^0.5.0. And because firebase_auth >=5.3.1 depends on firebase_auth_web ^5.13.2 which depends on web ^1.0.0, flutter_mimir ^0.1.0 is incompatible with firebase_auth >=5.3.1. So, because weebu depends on both firebase_auth 5.3.1 and flutter_mimir ^0.1.0, version solving failed.

Many Thanks!

GregoryConrad commented 1 month ago

I'll try to upgrade to flutter_rust_bridge 2.5 soon, which seems to make the web constraint looser (< 2.0). Not sure why dependabot didn't open up PRs for any of the recent versions.

Might take me a second to get around to this manually. Really busy past few weeks

GregoryConrad commented 1 month ago

Oh wow, I'm just an idiot, Mimir already has FRB 2.4 (from dependabot), which has the looser web requirement, and I just didn't release a new version. I'll release a new version now (give it a few hours to go thru CI and be available).

Sorry--what should've been a few second fix took me a few days to get around to 🤣

GregoryConrad commented 1 month ago

@siddharthadevops should be fixed in mimir 0.1.1

siddharthadevops commented 1 month ago

@GregoryConrad problem solved. Many Thanks!!!!!!