You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to add firebase_crashlytics: 0.4.0+1 to it, but it seems I have a problem with dependency versioning.
And because no versions of firebase_messaging match >7.0.3 <8.0.0, firebase_crashlytics >=0.4.0 <0.5.0-1.0.nullsafety.0 is incompatible with firebase_messaging ^7.0.3.
When I wanted to find a fitting firebase_messaging version I was a little suprised that the last two versions: 9.0.0 and 7.0.3 are not fitting >7.0.3 <8.0.0 requirements.
I am not able to upgrade to Flutter 2.0 due to dependency problems with certain packages Flutter#77491.
Is there a good solution to mentioned dependency problem?
Thanks,
L
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on the app which uses:
I wanted to add
firebase_crashlytics: 0.4.0+1
to it, but it seems I have a problem with dependency versioning.When I wanted to find a fitting firebase_messaging version I was a little suprised that the last two versions:
9.0.0
and7.0.3
are not fitting>7.0.3 <8.0.0
requirements.I am not able to upgrade to Flutter 2.0 due to dependency problems with certain packages Flutter#77491.
Is there a good solution to mentioned dependency problem?
Thanks,
L
Beta Was this translation helpful? Give feedback.
All reactions