Skip to main content
On Flutter, AirService.sendEthereumRpcRequest exposes an EIP-1193-style surface for common RPC methods. Use it directly or wrap it for libraries like web3dart.
wagmi is for web React apps. For wagmi, see Wagmi integration and the Web SDK provider docs.

Request and response shapes

See Reference (Flutter tab) for EthereumRpcRequest and EthereumRpcSuccessResponse.

Examples

eth_accounts and eth_chainId

eth_getBalance

Switch or add chain

web3dart

You can implement a thin adapter that forwards JsonRpc calls to sendEthereumRpcRequest. Keep the adapter in your app repo and test against your SDK version.

Next steps