nip_append_only_list 0.1.0 copy "nip_append_only_list: ^0.1.0" to clipboard
nip_append_only_list: ^0.1.0 copied to clipboard

Local-first Dart implementation of the Nostr append-only lists NIP (kinds 1990/1991) on top of NDK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nip_append_only_list

With Flutter:

 $ flutter pub add nip_append_only_list

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

dependencies:
  nip_append_only_list: ^0.1.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:nip_append_only_list/nip_append_only_list.dart';
1
likes
160
points
108
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Local-first Dart implementation of the Nostr append-only lists NIP (kinds 1990/1991) on top of NDK.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

broadcast_queue_shim_for_ndk, ndk, sembast

More

Packages that depend on nip_append_only_list