localizely / intl_utils

Dart package that creates a binding between your translations from .arb files and your Flutter app
BSD 3-Clause "New" or "Revised" License
135 stars 81 forks source link

Update intl dependency to 0.18.0 #96

Closed slavap closed 1 year ago

slavap commented 1 year ago

ecause no versions of intl_utils match >2.8.1 <3.0.0 and intl_utils 2.8.1 depends on intl ^0.17.0, intl_utils ^2.8.1 requires intl ^0.17.0. So, because swtouch depends on both intl ^0.18.0 and intl_utils ^2.8.1, version solving failed.

orestesgaolin commented 1 year ago

Related to #98

lzoran commented 1 year ago

This should be fixed with the intl_utils 2.8.2.

Closing this issue as resolved.