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
95 stars 84 forks source link

Downgrade the JS plugin version from 0.7.1 to 0.6.7 #346

Open pawanpal-branch opened 1 week ago

pawanpal-branch commented 1 week ago

In an app we are attempting to upgrade the Flutter SDK to the latest version, 8.0.3, to incorporate breaking changes in the SDK. During the upgrade, we encountered an issue with the JS version. Our SDK supports JS version 0.7.1 and above (link). However, other third-party libraries used by the clients are not compatible with this latest version.

Which problem is this feature request solving? Used by apps which has a dependency on older JS versions.

Describe the solution you'd like Change the version to ^0.6.7

RodrigoSMarques commented 6 days ago

Use dependency_overrides in pubspec.yaml to meet your project requirements.

dependency_overrides:
    js: ^0.6.7
Resolving dependencies...
Downloading packages...
! js 0.6.7 (overridden) (0.7.1 available)