walletconnect-dart-sdk icon indicating copy to clipboard operation
walletconnect-dart-sdk copied to clipboard

Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.

Results 38 walletconnect-dart-sdk issues
Sort by recently updated
recently updated
newest added

1、The wallet is the dart version. The dapp is a web page. How do you interact in this case? 2、

Currently chainId is an int, and fails if the chainId is returned as String. It is possible for the chainId to be a String so the param should be a...

fix #84 The problem is caused by the use of `unawaited`, I think it is because the `killSession` request will not have any response and the author wants to run...

I'm getting this error `[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: JSON-RPC error -32000: undefined is not an object (evaluating 't.address')` when doing request wallet_watchAsset to add token ![image](https://user-images.githubusercontent.com/8085652/199670197-cb68248b-104c-48c7-9187-bb5c00aaf53b.png)

After call killSession in mobile wallet, session is not killing in dApp. I see the MR named killSession fix. @RootSoft Can you check this, please? P.S. dApp is not write...

Hello, Is there a way in which I can provide a SwitchNetwork popup to the user? just like the below-attached screenshot ![Image from iOS](https://user-images.githubusercontent.com/48508009/182310247-97a03957-2b9d-45e2-ac44-c5f936a6e007.png)

As the [doc](https://docs.walletconnect.com/client-api) says, this dart SDK should use a ```call_request``` instead of a name of a JSON-rpc method for consistency. This issue have been mentioned #35 #56 here and...

Request for killing session was implemented in wrong way. There is correct.