walletconnect_dart_v2_i 2.2.0 copy "walletconnect_dart_v2_i: ^2.2.0" to clipboard
walletconnect_dart_v2_i: ^2.2.0 copied to clipboard

This repository contains implementation of WalletConnect v2 protocols for Dart applications, adapted from the official implementation WalletConnectFlutterV2.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add walletconnect_dart_v2_i

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

dependencies:
  walletconnect_dart_v2_i: ^2.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:walletconnect_dart_v2_i/walletconnect_dart_v2_i.dart';
1
likes
30
points
321
downloads

Publisher

verified publisherirulast.com

Weekly Downloads

This repository contains implementation of WalletConnect v2 protocols for Dart applications, adapted from the official implementation WalletConnectFlutterV2.

Repository (GitHub)

License

Apache-2.0 (license)

Dependencies

bs58, convert, cryptography, ed25519_edwards, event, freezed_annotation, http, json_annotation, logger, pointycastle, stack_trace, stream_channel, universal_io, web3dart, web_socket_channel, x25519

More

Packages that depend on walletconnect_dart_v2_i