Questions tagged [web3dart]
34 questions
0
votes
0 answers
How to emit chainId changed in flutter dapp browser
Good evening, in my dapp browser app, when the user requests a chain id change, i use to reload the page, but i found out that it is possible to change chain id without reloading the browser, basically emitting an event the user can pick up…

Davy King
- 27
- 8
0
votes
1 answer
Flutter app crashes when generating bip39 keypair
I am generating keypair from memnomic phrase for my crypto app, and anytime i try to generate the address and private key, the whole app start to lag and crashes,i have also tried using the coompute isolate for this case, it is still the same,
//…

Davy King
- 27
- 8
0
votes
1 answer
Send a token other than ETH with WalletConnect_dart?
I'm currently working a dapp with flutter and use wallet_connect_dart to connect to metamask and make transaction. But i can only send ETH, i want to send other tokens as well, like DAI. How to manipulate that?

Long
- 49
- 3
0
votes
0 answers
pubspec.yaml Conflicting deps with web3dart
Trying to incorporate the web3dart package into my project. When I run pub get I receive the error:
web3dart ^0.3.0 requires build_runner ^0.8.0.
When I change build_runner to ^0.8.0 my project will not build and I get the error:
The build_runner…

Simon Rubin
- 198
- 11