I was trying to install the amplify auth cognito but faving an issue with the dependencies of the package if i'm not mistaken. Is there an possibility to update the dependencies or does someone have suggestions on how to solve the issue?
I have tried to lower the sdk version, lower the package version numbers as well but then hit the null safety warnings.
Because amplify_auth_cognito >=2.6.0 depends on amplify_analytics_pinpoint_dart ^0.4.7 which depends on drift >=2.18.0 <2.19.0, amplify_auth_cognito >=2.6.0 requires drift >=2.18.0 <2.19.0.
And because drift >=2.16.0 <2.19.2 depends on web ^0.5.0, amplify_auth_cognito >=2.6.0 requires web ^0.5.0.
And because firebase_messaging_web 3.10.1 depends on web ^1.0.0 and no versions of firebase_messaging_web match >3.10.1 <4.0.0, amplify_auth_cognito >=2.6.0 is incompatible with firebase_messaging_web ^3.10.1.
And because firebase_messaging 15.2.1 depends on firebase_messaging_web ^3.10.1 and no versions of firebase_messaging match >15.2.1 <16.0.0, amplify_auth_cognito >=2.6.0 is incompatible with firebase_messaging ^15.2.1.
So, because testapp depends on both firebase_messaging ^15.2.1 and amplify_auth_cognito ^2.6.0, version solving failed.```
I was trying to install the amplify auth cognito but faving an issue with the dependencies of the package if i'm not mistaken. Is there an possibility to update the dependencies or does someone have suggestions on how to solve the issue?
I have tried to lower the sdk version, lower the package version numbers as well but then hit the null safety warnings.