ll_device_flutter_sdk 1.2.7
ll_device_flutter_sdk: ^1.2.7 copied to clipboard
LinknLink Device Flutter SDK for controlling LinknLink devices via UDP. Provides APIs for smart home app integration with auto-pairing and device management.
We analyzed this package 6 days ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/your-org/ll_device_flutter_sdk was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/your-org/ll_device_flutter_sdk 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/your-org/ll_device_flutter_sdk/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.2.7").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
386 out of 551 API elements (70.1 %) have documentation comments.
Some symbols that are missing documentation: ll_device_flutter_sdk.AllDevicesClearedEvent.AllDevicesClearedEvent.new, ll_device_flutter_sdk.CodeLearnedEvent.CodeLearnedEvent.new, ll_device_flutter_sdk.CodeLearnedEvent.code, ll_device_flutter_sdk.CodeSentEvent.CodeSentEvent.new, ll_device_flutter_sdk.CodeSentEvent.code.
10/10 points: Package has 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:ll_device_flutter_sdk/ll_device_flutter_sdk.dartthat imports:package:ll_device_flutter_sdk/src/protocol/protocol_utils.dartthat imports:package:ll_device_flutter_sdk/src/utils/ll_logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
WARNING: Unused import: 'dart:ffi'.
lib/src/services/device_manager.dart:3:8
╷
3 │ import 'dart:ffi';
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/device_manager.dart
WARNING: The declaration '_isRMDevice' isn't referenced.
lib/src/utils/device_utils.dart:226:15
╷
226 │ static bool _isRMDevice(int deviceType) {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/device_utils.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
convert |
^3.1.1 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
logger |
^2.0.2+1 |
2.7.0 | 2.7.0 | |
network_info_plus |
^4.0.2 |
4.1.0+1 | 8.2.1 | |
pointycastle |
^3.7.3 |
3.9.1 | 4.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
dbus |
- | 0.7.14 | 0.7.14 | |
ffi |
- | 2.2.0 | 2.2.0 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
network_info_plus_platform_interface |
- | 1.1.3 | 3.1.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.1 | |
win32 |
- | 5.15.0 | 6.3.0 | |
xml |
- | 6.6.1 | 7.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.0.2` on network_info_plus does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions network_info_plus to update the constraint.
The constraint `^3.7.3` on pointycastle does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions pointycastle to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/utils/ll_logger.dart:57:9- The named parameter 'dateTimeFormat' isn't defined.UNDEFINED_IDENTIFIER-lib/src/utils/ll_logger.dart:57:25- Undefined name 'DateTimeFormat'.UNDEFINED_NAMED_PARAMETER-lib/src/utils/ll_logger.dart:80:9- The named parameter 'dateTimeFormat' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.