-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build Issue: Incompatible Type (BigInt vs int) #332
Comments
Hey @aniketambore We have been waiting for bdk-flutter to upgrade to the same frb version: LtbLightning/bdk-flutter#145 Will check in on this and update bullbitcoin-mobile to use the latest commit of bdk-flutter in pubspec |
Okay seems to be a bit more involved than just this. Taking a look. |
So there are two issues:
if you are up to take this up as a PR that would be amazing! I will review it tomorrow. Either way I will make sure this is closed by the end of the week. Thanks for the issue! |
we also need to downgrade shareplus - another client brought up this issue when upgrading lwk-dart we can downgrade to 9 and update usage within logger.dart
|
I've made the changes as suggested, but the issue still persists. Here’s a summary of what I have done so far and the errors I’m encountering:
Despite these adjustments, I encounter multiple errors, particularly with the
I attempted to clean and rebuild the project ( |
you need to upgrade bdk also in pubspec |
|
@i5hi I think that in previous versions, there was an option in the app settings to switch the network to testnet, but I don’t see it in this version. Would changing the default value of the testnet field to true here in NetworkState is the correct way to set the app to testnet by default? |
I’m encountering a compile-time error when building the project from the source. Specifically, I receive the following error across multiple parts of the codebase:
The error appears to be related to the
boltz_dart
andlwk_dart
plugins, as the affected code segments often involve these dependencies. I'm not sure whether any manual configuration or compatible version adjustments are required for these plugins to work properly in the project.I resolved an earlier
pub get
issue:by adding the following dependency override to
pubspec.yaml
:But, the
BigInt
vsint
type mismatch persists and blocks the build process. I would appreciate any help or guidance regarding the correct versions or configurations needed to solve this issue.The text was updated successfully, but these errors were encountered: