walletconnect_dart_v2_i 2.1.8 copy "walletconnect_dart_v2_i: ^2.1.8" to clipboard
walletconnect_dart_v2_i: ^2.1.8 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

With Flutter:

 $ flutter 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.1.8

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:walletconnect_dart_v2_i/walletconnect_dart_v2_i.dart';
0
likes
90
pub points
47%
popularity

Publisher

verified publisherirulast.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

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