Open ghenry opened 3 years ago
Running on dev channel testing Windows Desktop building.
Looks like a not so rare issue with flutter these days. Can you please try to apply this workaround for time being? https://github.com/flutter/flutter/issues/70433
I ended up doing this last night:
dependency_overrides:
intl: '>=0.17.0-nullsafety.2 <= 0.17.0-nullsafety.2'
And switching to this:
dependencies:
intl: any
intl_translation: any
Back on this again now Flutter 2 is out :-(
Because every version of xmpp_stone from git depends on intl ^0.16.1 and SureVoIPTalk depends on intl ^0.17.0, xmpp_stone from git is forbidden.
So, because SureVoIPTalk depends on xmpp_stone from git, version solving failed.
Could you go up to 0.17.0
- latest - https://pub.dev/packages/intl
Now null safety too.
https://github.com/vukoye/xmpp_dart/blob/master/pubspec.yaml#L24
Could you switch the intl requirement to any: