I want to add feature in my mobile app to send ether from one address to another address and for this I need to integrate metamask with my flutter mobile application. What package can I use for this purpose? I want to send ether through metamask but using UI of my application.
How can I do this?
We are actively maintaining a flutter template for creating web3 mobile apps: https://github.com/Nuxify/Sophon
The template uses
walletconnect_dart
andweb3_dart
and also got an example when connecting, reading, and writing to a Goerli smart contract.