Skip to content

dartx version is in conflict with flutter_gen #180

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

Closed
icodelifee opened this issue Dec 28, 2021 · 2 comments · Fixed by #182
Closed

dartx version is in conflict with flutter_gen #180

icodelifee opened this issue Dec 28, 2021 · 2 comments · Fixed by #182

Comments

@icodelifee
Copy link
Contributor

icodelifee commented Dec 28, 2021

Since the version constraints of dartx in pubspec.yaml of flutter_gen core is <1.0.0 and the current version of dartx is 1.0.0, pub get throws conflicts error

Because no versions of flutter_gen match >4.1.3 <5.0.0 and flutter_gen 4.1.3 depends on flutter_gen_core ^4.1.3, flutter_gen ^4.1.3 requires flutter_gen_core ^4.1.3.
Because flutter_gen_core 4.1.3 depends on dartx >=0.6.0 <1.0.0 and no versions of flutter_gen_core match >4.1.3 <5.0.0, flutter_gen_core ^4.1.3 requires dartx >=0.6.0 <1.0.0.
Thus, flutter_gen ^4.1.3 requires dartx >=0.6.0 <1.0.0.
So, because itorrentsearch depends on both dartx ^1.0.0 and flutter_gen ^4.1.3, version solving failed.
@lcdsmao lcdsmao linked a pull request Dec 29, 2021 that will close this issue
@wasabeef wasabeef reopened this Jan 4, 2022
@wasabeef wasabeef mentioned this issue Jan 4, 2022
@wasabeef
Copy link
Member

@icodelifee
Could you check the latest version?

@icodelifee
Copy link
Contributor Author

icodelifee commented Jan 18, 2022

@icodelifee Could you check the latest version?

Yep, it's working fine. Thanks

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.

2 participants