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

Add support for xml: ^4.1.0 #28

Closed
ripetrescu opened this issue Mar 31, 2020 · 3 comments
Closed

Add support for xml: ^4.1.0 #28

ripetrescu opened this issue Mar 31, 2020 · 3 comments

Comments

@ripetrescu
Copy link

No description provided.

@witochandra
Copy link
Owner

Upgraded the xml package.

Try using

webfeed: ^0.5.1

@brenodt
Copy link

brenodt commented Aug 12, 2020

@witochandra I've tried depending on webfeed: ^0.5.1, which returns the following error:

Because every version of flutter from sdk depends on meta 1.1.8 and xml >=4.3.0 depends on meta ^1.2.0, flutter from sdk is incompatible with xml >=4.3.0.
And because webfeed >=0.5.0 depends on xml ^4.3.0, flutter from sdk is incompatible with webfeed >=0.5.0.
So, because rss_reader depends on both flutter any from sdk and webfeed 0.5.1, version solving failed.
pub get failed (1; So, because rss_reader depends on both flutter any from sdk and webfeed 0.5.1, version solving failed.)

I'm currently using v0.4.2, which doesn't have this incompatibility issue, but I wish to use the latest one. Is there a workaround to this issue?

@witochandra
Copy link
Owner

Oh... Maybe it was to early to use xml ^4.3.0. 😅

try webfeed: ^0.5.2, I had lowered the xml version constraints into ^0.4.2.

Or if that is not working, you can try adding the dependency_overrides on the xml package. https://dart.dev/tools/pub/dependencies#dependency-overrides

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

3 participants