nostr_core_dart 1.0.1 copy "nostr_core_dart: ^1.0.1" to clipboard
nostr_core_dart: ^1.0.1 copied to clipboard

A library for nostr protocol implemented in dart for flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nostr_core_dart

With Flutter:

 $ flutter pub add nostr_core_dart

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

dependencies:
  nostr_core_dart: ^1.0.1

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_core_dart/nostr.dart';
0
likes
120
pub points
24%
popularity

Publisher

unverified uploader

A library for nostr protocol implemented in dart for flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-3.0 (LICENSE)

Dependencies

bech32, bip340, convert, crypto, http, kepler, pointycastle

More

Packages that depend on nostr_core_dart