dbus_remote_proxy 1.0.8
dbus_remote_proxy: ^1.0.8 copied to clipboard
A Dart package that provides proxy classes for interacting with D-Bus remote objects through WebSocket connections.
We analyzed this package 13 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
50 out of 82 API elements (61.0 %) have documentation comments.
Some symbols that are missing documentation: dbus_client_proxy
, dbus_client_proxy.DBusClientProxy
, dbus_client_proxy.DBusClientProxy.DBusClientProxy.new
, dbus_client_proxy.DBusClientProxy.getRegisteredObject
, dbus_client_proxy.DBusClientProxy.serviceType
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:dbus_remote_proxy/dbus_remote_proxy.dart
that imports:package:dbus_remote_proxy/net_connman_agent.dart
that imports:package:dbus/dbus.dart
that declares support for platforms:Windows
,Linux
.
Package does not support platform `iOS`.
Because:
package:dbus_remote_proxy/dbus_remote_proxy.dart
that imports:package:dbus_remote_proxy/net_connman_agent.dart
that imports:package:dbus/dbus.dart
that declares support for platforms:Windows
,Linux
.
Package does not support platform `macOS`.
Because:
package:dbus_remote_proxy/dbus_remote_proxy.dart
that imports:package:dbus_remote_proxy/net_connman_agent.dart
that imports:package:dbus/dbus.dart
that declares support for platforms:Windows
,Linux
.
Package does not support platform `Web`.
Because:
package:dbus_remote_proxy/dbus_remote_proxy.dart
that imports:package:dbus_remote_proxy/net_connman_agent.dart
that imports:package:dbus/dbus.dart
that declares support for platforms:Windows
,Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dbus_remote_proxy/dbus_remote_proxy.dart
that imports:package:dbus_remote_proxy/net_connman_agent.dart
that imports:package:dbus/dbus.dart
that imports:package:dbus/src/dbus_value.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dbus |
^0.7.11 |
0.7.11 | 0.7.11 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
petitparser |
- | 6.1.0 | 7.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
xml |
- | 6.5.0 | 6.6.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.