zenoh_dart 0.30.0 copy "zenoh_dart: ^0.30.0" to clipboard
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_dart

With Flutter:

 $ flutter pub add zenoh_dart

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

dependencies:
  zenoh_dart: ^0.30.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:zenoh_dart/zenoh.dart';
import 'package:zenoh_dart/zenoh_unstable.dart';
3
likes
150
points
143
downloads

Documentation

API reference

Publisher

verified publisherbluecorn.dev

Weekly Downloads

Dart bindings for Zenoh, the pub/sub/query protocol, via FFI to zenoh-c 1.8.0. Linux and Android.

Repository (GitHub)
View/report issues

Topics

#zenoh #ffi #pubsub #networking #robotics

License

Apache-2.0 (license)

Dependencies

args, code_assets, ffi, hooks, meta

More

Packages that depend on zenoh_dart