Upgrade to xml ^6
ryanheise opened this issue · 4 comments
ryanheise commented
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 commented
Any workaround meanwhile?
isoos commented
As a quick fix, I think dependency_overrides
should work:
https://dart.dev/tools/pub/dependencies#dependency-overrides
raphaelbarbosaqwerty commented
workaround:
pubspec.yaml
dependency_overrides:
xml:
Worked without any problem.