Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependency support dart 3 and flutter >= 3.7 #45

Open
kait-it opened this issue Jun 23, 2023 · 1 comment
Open

update dependency support dart 3 and flutter >= 3.7 #45

kait-it opened this issue Jun 23, 2023 · 1 comment

Comments

@kait-it
Copy link

kait-it commented Jun 23, 2023

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

@apptodrive
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants