nostr_client 0.2.0 copy "nostr_client: ^0.2.0" to clipboard
nostr_client: ^0.2.0 copied to clipboard

A nostr client package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nostr_client

With Flutter:

 $ flutter pub add nostr_client

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

dependencies:
  nostr_client: ^0.2.0

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:nostr_client/nostr_client.dart';
0
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A nostr client package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-3.0 (license)

Dependencies

bip340, collection, convert, http, json_annotation, logging, meta, pointycastle, uuid, web_socket_channel

More

Packages that depend on nostr_client