ll_device_flutter_sdk 1.2.6 copy "ll_device_flutter_sdk: ^1.2.6" to clipboard
ll_device_flutter_sdk: ^1.2.6 copied to clipboard

discontinued

LinknLink Device Flutter SDK for controlling LinknLink devices via UDP. Provides APIs for smart home app integration with auto-pairing and device management.

105/ 160
pub points
348
downloads

We analyzed this package 6 days ago, and awarded it 105 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.2.6").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:ll_device_flutter_sdk/src/protocol/protocol_utils.dart that imports:
  • package:ll_device_flutter_sdk/src/utils/ll_logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 18 issues. Showing the first 2:

WARNING: The value of the local variable 'hexString' isn't used.

lib/src/services/device_discovery.dart:109:13

    ╷
109 │       final hexString = packet
    │             ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/device_discovery.dart

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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
105
points
348
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

LinknLink Device Flutter SDK for controlling LinknLink devices via UDP. Provides APIs for smart home app integration with auto-pairing and device management.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

convert, crypto, flutter, logger, network_info_plus, pointycastle

More

Packages that depend on ll_device_flutter_sdk