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

fix: flutter_rust_bridge version compatibility #40

Closed

Conversation

ethicnology
Copy link
Contributor

Hey there,

I would like to ask if there is any reason to restrict flutter_rust_bridge between >=2.0.0 and <2.1.0 instead of ^2.0.0 or ^2.1.0 ?

This create incompatibility with packages that rely on more updated versions of flutter_rust_bridge, currently ^2.6.0

Example:

flutter pub add bip85

Because every version of bip85 depends on flutter_rust_bridge ^2.6.0 and every version of lwk_dart
  from git depends on flutter_rust_bridge 2.0.0, bip85 is incompatible with lwk_dart from git.
So, because bb_mobile depends on both lwk_dart from git and bip85 any, version solving failed.

@ethicnology ethicnology requested a review from i5hi November 14, 2024 21:59
@ethicnology ethicnology closed this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant