streamdeck_client 0.3.0
streamdeck_client: ^0.3.0 copied to clipboard
Pure Dart client for the Elgato Stream Deck WebSocket protocol. Handles connection, reconnection, event parsing, and manifest models.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/long1eu/streamdeck.flutter/tree/main/packages/streamdeck_client was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/long1eu/streamdeck.flutter/issues was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
515 out of 908 API elements (56.7 %) have documentation comments.
Some symbols that are missing documentation: streamdeck_client, streamdeck_client.ActionInfo, streamdeck_client.ActionInfo.ActionInfo.fromJson, streamdeck_client.ActionInfo.ActionInfo.new, streamdeck_client.ActionInfo.action.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:streamdeck_client/streamdeck_client.dartthat imports:package:streamdeck_client/src/client.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The value of the field '_self' isn't used.
lib/src/protocol.freezed.dart:5733:31
╷
5733 │ final _SystemDidWakeUpEvent _self;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/protocol.freezed.dart
WARNING: The value of the field '_then' isn't used.
lib/src/protocol.freezed.dart:5734:46
╷
5734 │ final $Res Function(_SystemDidWakeUpEvent) _then;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/protocol.freezed.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
json_annotation |
^4.11.0 |
4.11.0 | 4.11.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.2 | 1.18.2 |
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.23.12, Dart 3.11.5.
Check the analysis log for details.