WalletConnect / WalletConnectFlutterV2

WalletConnect v2 client made in Dart for Flutter.
https://pub.dev/packages/walletconnect_flutter_v2
Apache License 2.0
101 stars 52 forks source link

Question: Opening Metamask on Flutter Web #288

Closed andrewkimjoseph closed 1 month ago

andrewkimjoseph commented 1 month ago

How can I use this plugin to launch my Metamask extension on the browser?

quetool commented 1 month ago

Hello @andrewkimjoseph! Unfortunately for now you would need to leverage some other package such as flutter_web3 or webthree

webthree package example for web is here https://github.com/devopsdao/webthree/blob/master/example/metamask/web/main.dart

Bear in mind that once you use an injected connector/wallet the connection is not handled by WalletConnect