dbus_onemw 0.7.3+7 copy "dbus_onemw: ^0.7.3+7" to clipboard
dbus_onemw: ^0.7.3+7 copied to clipboard

LG extension of a native Dart implementation of the D-Bus message bus client.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dbus_onemw

Use it

The package has the following executables:

$ dart-dbus

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dbus_onemw

With Flutter:

 $ flutter pub add dbus_onemw

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

dependencies:
  dbus_onemw: ^0.7.3+7

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:dbus_onemw/code_generator.dart';
import 'package:dbus_onemw/dbus.dart';
0
likes
120
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

LG extension of a native Dart implementation of the D-Bus message bus client.

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

args, ffi, meta, stream_channel, web_socket_channel, xml

More

Packages that depend on dbus_onemw