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

Upgrade to xml ^6 #365

Closed
ryanheise opened this issue Sep 4, 2022 · 4 comments
Closed

Upgrade to xml ^6 #365

ryanheise opened this issue Sep 4, 2022 · 4 comments

Comments

@ryanheise
Copy link

The current dependency of ^5.0.2 needs to be bumped to ^6.0.0 to allow integration with the latest versions of other packages that depend on xml ^6.0.0.

@YonatanSegura97
Copy link

Any workaround meanwhile?

@isoos
Copy link
Contributor

isoos commented Oct 11, 2022

As a quick fix, I think dependency_overrides should work:
https://dart.dev/tools/pub/dependencies#dependency-overrides

@raphaelbarbosaqwerty
Copy link

workaround:

pubspec.yaml

dependency_overrides:
  xml:

Worked without any problem.

@Schwusch
Copy link
Collaborator

Schwusch commented Dec 7, 2022

This is fixed as of #378 , update your aws packages to 2.0.0 and open a new issue if this doesn't work for you!

@Schwusch Schwusch closed this as completed Dec 7, 2022
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

Successfully merging a pull request may close this issue.

5 participants