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

Please specify a range when configuring package dependencies, instead of directly writing down a certain version #25

Open
xuzeyu opened this issue Aug 16, 2024 · 0 comments

Comments

@xuzeyu
Copy link

xuzeyu commented Aug 16, 2024

The following error occurred while importing the plugin:
Because cr_logger >=2.4.2 depends on package_info_plus ^5.0.1 and fou depends on package_info_plus ^8.0.2, cr_logger >=2.4.2 is forbidden.
So, because fou depends on cr_logger ^2.4.2, version solving failed.
ecause shared_preferences_web >=2.4.1 depends on web >=0.5.1 <2.0.0 and shared_preferences_web >=2.3.0 <2.4.1 depends on web ^0.5.0, shared_preferences_web >=2.3.0 requires web >=0.5.0 <2.0.0.

Please specify a range when configuring package dependencies, instead of directly writing down a certain version
for example:
dependencies:
url_launcher: '<=0.2.0'
url_launcher: '>0.1.2 <0.2.0'
url_launcher: '>=0.1.2'

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