walletconnect_secure_storage 1.0.0 copy "walletconnect_secure_storage: ^1.0.0" to clipboard
walletconnect_secure_storage: ^1.0.0 copied to clipboard

Securely store WalletConnect sessions in your Flutter applications using walletconnect_dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add walletconnect_secure_storage

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

dependencies:
  walletconnect_secure_storage: ^1.0.0

Alternatively, your editor might support 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_secure_storage/walletconnect_secure_storage.dart';
12
likes
120
pub points
67%
popularity

Publisher

verified publisherkotapp.io

Securely store WalletConnect sessions in your Flutter applications using walletconnect_dart.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_storage, walletconnect_dart

More

Packages that depend on walletconnect_secure_storage