nostr_event_scheduler 0.2.1 copy "nostr_event_scheduler: ^0.2.1" to clipboard
nostr_event_scheduler: ^0.2.1 copied to clipboard

Local-first Dart package for scheduling Nostr events via Scheduler DVMs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nostr_event_scheduler

With Flutter:

 $ flutter pub add nostr_event_scheduler

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

dependencies:
  nostr_event_scheduler: ^0.2.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_event_scheduler/nostr_event_scheduler.dart';
0
likes
160
points
235
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Local-first Dart package for scheduling Nostr events via Scheduler DVMs.

Repository (GitHub)
View/report issues

Topics

#nostr #scheduler #dvm #local-first #offline-first

License

MIT (license)

Dependencies

broadcast_queue_shim_for_ndk, ndk, sembast

More

Packages that depend on nostr_event_scheduler