zenoh_dart 0.30.0
zenoh_dart: ^0.30.0 copied to clipboard
Dart bindings for Zenoh, the pub/sub/query protocol, via FFI to zenoh-c 1.8.0. Linux and Android.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zenoh_dartWith Flutter:
$ flutter pub add zenoh_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zenoh_dart: ^0.30.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:zenoh_dart/zenoh.dart';
import 'package:zenoh_dart/zenoh_unstable.dart';