RodrigoSMarques / flutter_branch_sdk

Flutter Plugin for create deep link using Branch Metrics SDK. This plugin provides a cross-platform (iOS, Android, Web).
https://branch.io
MIT License
101 stars 91 forks source link

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

Closed dgilperez closed 10 months ago

dgilperez commented 10 months ago

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?

RodrigoSMarques commented 10 months ago

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 commented 10 months ago

Fixed in version 7.0.4