WalletConnectFlutterV2
WalletConnectFlutterV2 copied to clipboard
WalletConnect v2 client made in Dart for Flutter.
The connection retry logic or the load balancer is causing a short lived connection every other connection. I haven't verified on the wire if this is hitting the relay, but...
I have an instance of `Web3Wallet` created and I can connect to a dApp by listening to `wcClient.onSessionProposal.subscribe`. I have also configured `walletNamespaces` with `methods: ['eth_signTransaction', 'eth_sendTransaction', 'personal_sign', 'eth_sign', 'eth_signTypedData',...
In the example provided, one could easily get confused. Even for someone that used V1 like me, I still get confused since the WalletConnectV2 docs and the package docs kind...
After integration and successful testing, while creating the release we noticed that WalletConnectFlutterV2 increased the app size significantly. Prior to the addition of this, our app size was 50MB now...
I posted a discussion [here ](https://github.com/orgs/WalletConnect/discussions/3384) regarding the SIWE flow for the AuthClient. From my understanding the AuthClient in the fluttersdk handles validating that the signature is valid in one...
What I am trying to do: Have my Dapp allow the user to connect to multiple wallets. I will have a tab in the UI for each wallet so the...
I was trying to connect but there was no response I investigate and when this logs appear connect method worked and I got uri but ``` ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── I/flutter (25169): │...
When trying to connect using example provided: https://github.com/WalletConnect/WalletConnectFlutterV2#dapp-flow https://docs.walletconnect.com/2.0/flutter/dapps/dapp-sign-usage I am getting the following error, and after scanning the connection URI with metamask it does not connect. flutter: ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── flutter:...
**Describe the bug** Hi, last time I tested bip122 it was able to connect and get address of BTC from Trustwallet but now it's not showing in list of Chains,...
**Describe the bug** Reconnecting a session from saved pairing topic causes issues with Web3App.request() eth_sendTransaction **To Reproduce** 1- Connecting from trust wallet to my dApp 2- save pairing topic for...