nostr_signaling 0.4.0
nostr_signaling: ^0.4.0 copied to clipboard
Nostr-based signaling library for Dart enabling arbitrary data exchange between peers with optional GZip compression and multi-relay redundancy.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nostr_signalingWith Flutter:
$ flutter pub add nostr_signalingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nostr_signaling: ^0.4.0Alternatively, 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_signaling/nostr_signaling.dart';