dbus_remote_proxy 1.0.4 copy "dbus_remote_proxy: ^1.0.4" to clipboard
dbus_remote_proxy: ^1.0.4 copied to clipboard

A Dart package that provides proxy classes for interacting with D-Bus remote objects through WebSocket connections, especially useful in Flutter web applications where direct D-Bus communication is no [...]

1.0.0 #

  • Just support for web for first version

1.0.1 #

  • Support call with both of session and system bus
  • Update function convert native value to Dbus value
  • Update README.md

1.0.2 #

  • Update function convert native value to Dbus value, support more replySignature
  • Update README.md

1.0.3 #

  • Refactoring code: DBusRemoteObjectProxy should keep all of the natures of DBusRemoteObject
  • Create DBusUtils and DBusValueConvert class
  • Add unit test

1.0.4 #

  • Create DbusRemoteObjectSignalStreamProxy that allow us listening the signal over a WebSocket connection
  • Create a converter DBusSignalConverter
  • Add unit test
  • Update README.md
2
likes
0
points
3.98k
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package that provides proxy classes for interacting with D-Bus remote objects through WebSocket connections, especially useful in Flutter web applications where direct D-Bus communication is not available.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dbus, flutter, web_socket_channel

More

Packages that depend on dbus_remote_proxy