dbus 0.2.1 dbus: ^0.2.1 copied to clipboard
A native Dart implementation of the D-Bus message bus client. This package allows Dart applications to directly access services on the Linux desktop.
Changelog #
0.2.1 #
- Use a meta version that works with the Dart 1.12 SDK.
0.2.0 #
- Add null safety support
0.1.2 #
- Ensure generated classes don't collide method/arg names.
- Add API to get owned names and subscribe to changes.
- Allow the class name to be provided for generated code.
- Generate a required parameter if D-Bus introspection doesn't contain a path.
- Implement DBusCkient.listQueuedOwners().
0.1.1 #
- Fix DBusClient blocking on close
0.1.0 #
- Initial release