We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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, which depends on ^0.6.3.
^0.6.3
While this is actually not a bug, would it be possible to relax this dependency?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Release 7.0.4
310a574
## 7.0.4 ### Issues * Fix issue #289 : reverts `js` dependency update from version 0.6.3 to 0.7.0
Release 6.0.4
b600be5
* Fix issue #289 : reverts `js` dependency update. From version 0.7.0 to 0.6.7
Fixed in version 7.0.4
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: