WalletConnectFlutterV2 icon indicating copy to clipboard operation
WalletConnectFlutterV2 copied to clipboard

WalletConnect v2 client made in Dart for Flutter.

Results 21 WalletConnectFlutterV2 issues
Sort by recently updated
recently updated
newest added

I have connected to uniswap. but I can not change the chain. It shows unsupported by your wallet ![image](https://github.com/WalletConnect/WalletConnectFlutterV2/assets/8113938/2d837653-5b30-46cd-99ae-f52719595a80)

# Description Resolves # (issue) ## How Has This Been Tested? ## Due Dilligence * [ ] Breaking change * [ ] Requires a documentation update

When I'm calling a custom contract method to send transaction through metamask app, getting below error ` Unhandled Exception: JsonRpcError(code: 5000, message: Internal JSON-RPC error.) ` **STR** I have three...

``` @freezed class Namespace with _$Namespace { @JsonSerializable() const factory Namespace({ required List accounts, required List methods, required List events, }) = _Namespace; factory Namespace.fromJson(Map json) => _$NamespaceFromJson(json); } ```...

**Describe the bug** relayClient reconnect is not working in 2.1.4. **To Reproduce** Steps to reproduce the behavior: Start the application and initialize the client normally. Stop internet connection. Error will...

# Description [Update readme] * summary of the changes and the related issue * relevant motivation and context @quetool

# Description Resolves # (issue) ## How Has This Been Tested? ## Due Dilligence * [ ] Breaking change * [ ] Requires a documentation update

# Description This introduces replay protection for each typed enveloped based on the topic ## How Has This Been Tested? NOT YET TESTED ## Due Dilligence * [ ] Breaking...

enhancement

**Describe the solution you'd like** Currently there is no implementation for Web3Wallet push notifications. Are there any plans to implement that?

enhancement

I am trying to signTransaction on solana chain but get error `JsonRpcError(code: 5201, message: Unknown method(s) requested)` I guess Params aren't right is there any example in flutter of signing...