seekerpay_chat 1.1.1
seekerpay_chat: ^1.1.1 copied to clipboard
End-to-end encrypted, on-chain (Arweave/Irys) chat for SeekerPay .skr identities.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add seekerpay_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
seekerpay_chat: ^1.1.1Alternatively, 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:seekerpay_chat/seekerpay_chat.dart';