Last updated:
0 purchases
flutter web3 webview
flutter_web3_webview #
A webview which support wallet connect to web3 DApp in Flutter.
Now support EVM chain, Solana.
Getting Started #
Import #
dependencies
...
flutter_web3_webview: ^1.0.0
...
copied to clipboard
Use #
/// Init provider js asset before use.
await Web3Webview.initJs();
/// Use
Web3Webview();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.