-
Notifications
You must be signed in to change notification settings - Fork 31
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
flutter_rust_bridge version incompatibility #150
Comments
Simple remove version from flutter_rust_bridge: ^version to flutter_rust_bridge: empty in pubspec.yaml file. It will automatically pick version. |
@Hamaad-coder It doesn't help, in runtime I get:
|
I created a PR to solve the issue: #158 In a meanwhile you can use my branch in
|
@ice-tychon it doesn't solve the issue since all others dependencies (boltz, lwk, bip85, payjoin…) relying on another I wonder how flutter_rust_bridge maintainer will address this problem, we can't expect all maintainer of all packages to have the exact same version. |
@ethicnology are you sure? It works in my app. |
@ice-tychon You can give a try with bip85 You should have an incompatibility between your bdk 2.7.0 and bip85 2.0.0 |
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:
The text was updated successfully, but these errors were encountered: