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

Bump up dependencies versions #10

Open
ndawod opened this issue Aug 22, 2020 · 0 comments
Open

Bump up dependencies versions #10

ndawod opened this issue Aug 22, 2020 · 0 comments

Comments

@ndawod
Copy link

ndawod commented Aug 22, 2020

Hi, and thanks for the plugin!

There will be trouble for anyone wanting to use it, however, as it uses quite old dependencies of some plugins.

Because no versions of xml match >4.4.1 <5.0.0 and xml >=3.7.0 <4.4.0 depends on petitparser ^3.0.0, xml >=3.7.0 <4.4.0-∞ or >4.4.1 <5.0.0 requires petitparser ^3.0.0.
And because xml >=4.4.0 <4.4.1 depends on petitparser ^3.1.0 and xml 4.4.1 depends on petitparser ^3.0.0, xml >=3.7.0 <5.0.0 requires petitparser ^3.0.0.
And because flutter_svg 0.18.0 depends on xml ^4.1.0 and every version of lantern depends on petitparser ^2.4.0, flutter_svg 0.18.0 is incompatible with lantern.
So, because my_app depends on both lantern 0.0.6+3 and flutter_svg 0.18.0, version solving failed.
pub get failed (1; So, because my_app depends on both lantern 0.0.6+3 and flutter_svg 0.18.0, version solving failed.)

Recommended: upgrade dependencies as you bump versions. Make it a habbit to check for versions using flutter pub outdated.

Hope you'll release an update to address it, thank you again.

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

1 participant