agilord/aws_client

Upgrade to xml ^6

ryanheise opened this issue · 4 comments

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.

Any workaround meanwhile?

isoos commented

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

workaround:

pubspec.yaml

dependency_overrides:
  xml:

Worked without any problem.

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!