You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because junitreport >=2.0.0 depends on xml ^5.3.1 and flutter_svg 1.1.6 depends on xml ^6.0.1, junitreport >=2.0.0 is incompatible with flutter_svg 1.1.6. So, because ... depends on both flutter_svg 1.1.6 and junitreport 2.0.0, version solving failed.
Our application depends on the intl 0.18.1 plugin, as Flutter SDK > 3.7 forces this.
Error message:
Because junitreport 2.0.2 depends on intl ^0.17.0 and no versions of junitreport match >2.0.2 <3.0.0, junitreport ^2.0.2 requires intl ^0.17.0.
Solution:
update extension to s intl ^0.18.1
The text was updated successfully, but these errors were encountered: