-
Notifications
You must be signed in to change notification settings - Fork 43
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
Web Platform support #69
Comments
any update on web support , I can see the PR but it is WIP can some one tell us the estimate or alternative . I want to connect the metamask and other wallet and send the transaction |
Hello! Yes indeed Web Support is still a WIP. Unfortunately I don't have a real ETA but our goal is to ship it during this first quarter of the year. We first need to support web on our Core SDK (https://github.com/WalletConnect/WalletConnectFlutterV2) and that is pretty much done. Then we can focus on Web3Modal! I get that probably you would want to have one codebase for all of your platforms (Flutter hu? 💙) but for the time being our Web3Modal WEB repo is your best option https://github.com/WalletConnect/web3modal You can choose either React, Vue, Next or JS https://docs.walletconnect.com/web3modal/about |
@quetool - Alright ,Are there any alternative for me then My requirement is straightforward where I want to connect to metamask and couple of other wallets connect to it, show the address and sign the transaction and send the transaction. Can I use https://github.com/WalletConnect/WalletConnectFlutterV2 for this I can see there is a example inside WalletConnectFlutterV2 with web Suport but some how not able to connect metamask in it |
Are you running |
Ah no My question here was "I'm currently developing a project using Flutter and need to ensure compatibility with both web and mobile platforms. I don't want to delay until the first quarter of 2024. I've noticed that WalletConnectModalFlutter also supports web applications, in addition to mobile. This seems like it could facilitate wallet connections and transactions for my project. Can you confirm if my understanding is correct? |
Hello @ianwhite2! |
@quetool - I've noticed that the |
@quetool - any updated on the above comment , why you are saying that it doesn't support the web ? |
Hello @ianwhite2! What I'm trying to say is that, given the fact that You can go ahead an try to run |
@quetool - Thanks |
Can we close this @quetool ? |
@crypblizz8 @quetool since the issue was marked as completed, does web platform work now? Getting this error
|
Hello @rollchad! Not sure why the reason is "completed", might be a default option when closing but Web support is not yet done. |
Nor desktop fwiw |
Gotcha. The web3 world is sleeping on mobile due to lack of web support from Flutter tooling. I can't describe how big this library will become if you are the first to ship web support. Keep going. |
@quetool can you please describe the current status of the Flutter Web support implementation? What is done and what has to be done now? Can I help you anyhow? I'm very interested in having it available ASAP, if you can share some checklist and the details maybe the community can help you. |
Hello @ygoncharenkofwd! Thanks for reaching out! Since Web3ModalFlutter heavily depends on WalletConnectFlutterV2 then WalletConnectFlutterV2 has to support web platform (the work there is almost done, further testing has to be made). After that, it's a matter of running Web3ModalFlutter on web platform and check which dependencies has to be substituted/removed if they don't support web and/or implement conditional imports. Web3Modal was not intended to be web platform compatible, since we already have great web SDKs for that, so now the work towards web support for Flutter SDKs is sensitive because we don't obviously want to break anything. I'll try to make some time during the following weeks for this! |
+1 |
i try to help on this subject: #108 |
Please add web support for this project :)
The text was updated successfully, but these errors were encountered: