MadBrains / Mad-Pay-Flutter

Mad Pay will help you make payments through Apple Pay and Google Pay
https://pub.dev/packages/mad_pay
MIT License
30 stars 15 forks source link

dependencies conflict #68

Open abdalmonem opened 1 year ago

abdalmonem commented 1 year ago

hello , i got this message whenever trying to update flutter_svg in my project, i guess its the time to upgrade mad_pay flutter_svg Because no versions of mad_pay match >2.2.14 <3.0.0 and mad_pay 2.2.14 depends on mad_pay_android ^2.2.14, mad_pay ^2.2.14 requires mad_pay_android ^2.2.14. Because mad_pay_android 2.2.14 depends on flutter_svg ^1.1.6 and no versions of mad_pay_android match >2.2.14 <3.0.0, mad_pay_android ^2.2.14 requires flutter_svg ^1.1.6. Thus, mad_pay ^2.2.14 requires flutter_svg ^1.1.6. So, because youm depends on both flutter_svg ^2.0.4 and mad_pay ^2.2.14, version solving failed.

palancana commented 1 year ago

Referencing another issue, there's also dependencies conflicts with the 'intl' package.

71