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

7.0.3 depends on js ^0.7.0, conflicting with other common packages such as wakelock_plus #289

Closed
dgilperez opened this issue Feb 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dgilperez
Copy link

7.0.3 depends on js ^0.7.0, conflicting with other common packages such as wakelock_plus, which depends on ^0.6.3.

While this is actually not a bug, would it be possible to relax this dependency?

@dgilperez dgilperez added the bug Something isn't working label Feb 2, 2024
@RodrigoSMarques
Copy link
Owner

Hi @dgilperez

You can update your pubspec.yaml to include a dependency_overrides session to put the version you need in your project.

But I'm going to revert this update, I should have increased the minor and not the patch when updating the dependencies.

RodrigoSMarques added a commit that referenced this issue Feb 2, 2024
## 7.0.4
### Issues

* Fix issue #289 : reverts `js` dependency update from version 0.6.3 to 0.7.0
RodrigoSMarques added a commit that referenced this issue Feb 2, 2024
* Fix issue #289 : reverts `js` dependency update. From version 0.7.0 to 0.6.7
@RodrigoSMarques
Copy link
Owner

Fixed in version 7.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants