public_address_wallet 0.0.2 copy "public_address_wallet: ^0.0.2" to clipboard
public_address_wallet: ^0.0.2 copied to clipboard

outdated

A package to get verified public address from wallet.

Introduction #

WalletConnect connects mobile & web applications to supported mobile wallets. The WalletConnect session is started by scanning a QR code (desktop) or by clicking an application deep link (mobile).

Once installed, you can simply get verified address from wallet.

Usage #

/// Create a connector
var connector = WalletConnector(
    appInfo: const AppInfo(
        name: "Mobile App", url: "https://example.mobile.com"));
/// Get address
var address = await connector.publicAddress().catchError((onError) {
    return onError.toString();
});
4
likes
0
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A package to get verified public address from wallet.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, url_launcher, walletconnect_dart

More

Packages that depend on public_address_wallet