You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick heads up that Plaid Link's SDK currently can't be used in the same project as a fully up-to-date Flutter Branch SDK:
Because flutter_branch_sdk >=7.2.0 depends on js ^0.7.1 and plaid_flutter >=2.1.0 depends on js ^0.6.3, flutter_branch_sdk >=7.2.0 is incompatible with plaid_flutter >=2.1.0. So, because example_project depends on both plaid_flutter ^4.0.3-rc and flutter_branch_sdk ^7.3.0, version solving failed.
Looks like the JS plugin is the problem?
The text was updated successfully, but these errors were encountered:
Just a quick heads up that Plaid Link's SDK currently can't be used in the same project as a fully up-to-date Flutter Branch SDK:
Because flutter_branch_sdk >=7.2.0 depends on js ^0.7.1 and plaid_flutter >=2.1.0 depends on js ^0.6.3, flutter_branch_sdk >=7.2.0 is incompatible with plaid_flutter >=2.1.0. So, because example_project depends on both plaid_flutter ^4.0.3-rc and flutter_branch_sdk ^7.3.0, version solving failed.
Looks like the JS plugin is the problem?
The text was updated successfully, but these errors were encountered: