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

Bug: The example application doesn't connect with the metamask wallet... #88

Open
airoasis opened this issue Oct 10, 2023 · 3 comments · May be fixed by #113
Open

Bug: The example application doesn't connect with the metamask wallet... #88

airoasis opened this issue Oct 10, 2023 · 3 comments · May be fixed by #113
Assignees
Labels
bug Something isn't working

Comments

@airoasis
Copy link

Describe the bug

The example application is utilizing the wallet connect v2 that is deprecated... Therefore, the application doesn't work as expected.

Expected behavior

The Metamask shows the signing message, and connect with the example application

Steps to reproduce the bug

  1. Run the example application of the flutter SDK
  2. Click the connect Connect Wallet button
@airoasis airoasis added the bug Something isn't working label Oct 10, 2023
@humanagent humanagent self-assigned this Nov 4, 2023
@humanagent
Copy link
Contributor

humanagent commented Nov 7, 2023

Thank you for noticing this issue. The Flutter SDK needs an update for the new WalletConnect version that uses Viem. For a guide on adapting to Viem, you can reference our JS SDK's update here: Viem Support JS SDK.

PRs are welcome if you're interested in contributing!

@humanagent humanagent removed their assignment Dec 19, 2023
@cscoderr
Copy link

@fabriguespe Is it possible for the sample application to utilize https://pub.dev/packages/web3modal_flutter instead of the custom wallet class? This adjustment would provide compatibility with a diverse range of wallets, extending support beyond Rainbow and MetaMask.

@Babak-gh
Copy link

Babak-gh commented Jan 30, 2024

I've just opened a pr. I did the same implementation in XMTP Android, for more info and detailed explanation please visit xmtp/xmtp-android#121. I tested the implementation in Android, should also work with iOS and more tests needed for web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants