Open Theog75 opened 10 months ago
this is the output if I force upgrading intl to 0.19.0:
Because sip_ua 0.5.8 depends on intl ^0.18.0 and no versions of sip_ua match >0.5.8 <0.6.0, sip_ua ^0.5.8 requires intl ^0.18.0.
So, because comms depends on both intl ^0.19.0 and sip_ua ^0.5.8, version solving failed.
it seems that this package is not maintained???
https://pub.dev/packages/sip_ua/score
are there plans to maintain it and create a new version that supports newer package dependancies?
there is even a pckage that is Discontinued.... :(
Thanks,
Describe the bug flutter pub upgrade cannot update package
intl
due to sip_ua dependancy onintl 0.18.1
, version0.19.0
(the newest version is required by sip_ua.To Reproduce Steps to reproduce the behavior:
flutter pub upgrade
Expected behavior flutter pub upgrade should resolve all dependancies, if other pckages will need
intl 0.19.0
the app will not work.System Infomation() Flutter SDK Version: 3.16.7 Target OS and Version: Android Host OS and Version: Macos