dbus_onemw 0.7.3+7
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_onemwUse 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_onemwWith Flutter:
$ flutter pub add dbus_onemwThis 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+7Alternatively, 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';