verify_public_address 0.0.3 copy "verify_public_address: ^0.0.3" to clipboard
verify_public_address: ^0.0.3 copied to clipboard

discontinuedreplaced by: public_address_wallet
outdated

Using WalletConnect protocol to get verified public address in wallet for mobile apps, nft apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add verify_public_address

With Flutter:

 $ flutter pub add verify_public_address

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  verify_public_address: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:verify_public_address/verify_public_address.dart';
0
likes
135
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Using WalletConnect protocol to get verified public address in wallet for mobile apps, nft apps.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

convert, cryptography, json_annotation, stack_trace, uuid, web_socket_channel

More

Packages that depend on verify_public_address