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

bitcoin_flutter is incompatible with bip39 #66

Open
Fury76 opened this issue Oct 7, 2021 · 3 comments
Open

bitcoin_flutter is incompatible with bip39 #66

Fury76 opened this issue Oct 7, 2021 · 3 comments

Comments

@Fury76
Copy link

Fury76 commented Oct 7, 2021

dependencies:
flutter:
sdk: flutter
web3dart: ^2.3.1
bip39: ^1.0.6
bitcoin_flutter: ^2.0.2

Running "flutter pub get" in t_wallet...

Because every version of bitcoin_flutter depends on hex ^0.1.2 and bip39 1.0.6 depends on hex ^0.2.0, bitcoin_flutter is incompatible with bip39 1.0.6.
And because no versions of bip39 match >1.0.6 <2.0.0, bitcoin_flutter is incompatible with bip39 ^1.0.6.
So, because t_wallet depends on both bip39 ^1.0.6 and bitcoin_flutter ^2.0.2, version solving failed.
pub get failed (1; So, because t_wallet depends on both bip39 ^1.0.6 and bitcoin_flutter ^2.0.2, version solving failed.)
Process finished with exit code 1

@sylvestrevgen
Copy link

Also have this problem. Please, fix this.

@yancaidev
Copy link

I cloned this repository into the root of my project. In pubspec.yaml, I import the package from the local path.

bitcoin_flutter:
    path: ./bitcoin_flutter

@srmcatee1110
Copy link

Ditto. Need to upgrade to hex ^0.2.0

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

No branches or pull requests

4 participants