nip_append_only_list 0.1.1
nip_append_only_list: ^0.1.1 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_listWith Flutter:
$ flutter pub add nip_append_only_listThis 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.1Alternatively, 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';