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?
In flutter, there is web3dart that works for mobile app
https://github.com/simolus3/web3dart
In react, there is moralis
https://github.com/MoralisWeb3/react-moralis