sky_connection 0.0.6 copy "sky_connection: ^0.0.6" to clipboard
sky_connection: ^0.0.6 copied to clipboard

A plugin to create local connection.

110/ 160
pub points
6
downloads

We analyzed this package 19 hours ago, and awarded it 110 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

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

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

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

Detected license: BSD-3-Clause.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

8 out of 190 API elements (4.2 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: beans, beans.ClientInfo.ClientInfo.new, beans.ClientInfo.extra, beans.ClientInfo.model, beans.ClientInfo.name.

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 does not support platform `Web`.

Because:

  • package:sky_connection/sky_connection.dart that imports:
  • package:sky_connection/websocket/websocket.dart that imports:
  • package:sky_connection/websocket/websocket_utils.dart that imports:
  • package:sky_connection/utils/utils.dart that imports:
  • package:sky_device_info/sky_device_info.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
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 24 issues. Showing the first 2:

WARNING: The value of the field '_TAG' isn't used.

lib/device_find/device_find_ssdp.dart:60:16

   ╷
60 │   static const _TAG = 'SSDPClient';
   │                ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/device_find/device_find_ssdp.dart

WARNING: The value of the field '_TAG' isn't used.

lib/device_find/device_find_ssdp.dart:135:16

    ╷
135 │   static const _TAG = 'SSDPServer';
    │                ^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/device_find/device_find_ssdp.dart

Failed report section
Support up-to-date dependencies
30 / 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.0.2 3.1.2 3.1.2
crypto ^3.0.2 3.0.7 3.0.7
json_annotation 4.4.0 4.4.0 4.9.0
mime ^1.0.1 1.0.6 2.0.0
sky_device_info ^0.0.6 0.0.8 0.0.8
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
connectivity_plus - 2.3.9 7.0.0
connectivity_plus_linux - 1.3.1 1.3.1 Discontinued
connectivity_plus_macos - 1.2.6 1.2.6 Discontinued
connectivity_plus_platform_interface - 1.2.4 2.0.1
connectivity_plus_web - 1.2.5 1.2.5 Discontinued
connectivity_plus_windows - 1.2.2 1.2.2 Discontinued
dbus - 0.7.11 0.7.11
ffi - 2.1.5 2.1.5
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
network_info_plus - 2.3.2 7.0.0
network_info_plus_linux - 1.1.2 1.1.2 Discontinued
network_info_plus_macos - 1.3.0 1.3.0 Discontinued
network_info_plus_platform_interface - 1.1.3 2.0.2
network_info_plus_web - 1.0.1 1.0.1 Discontinued
network_info_plus_windows - 1.0.2 1.0.2 Discontinued
nm - 0.5.0 0.5.0
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `4.4.0` on json_annotation does not support the stable version `4.5.0`.

Try running dart pub upgrade --major-versions json_annotation to update the constraint.

The constraint `^1.0.1` on mime does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions mime to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
110
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to create local connection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

convert, crypto, flutter, json_annotation, mime, sky_device_info

More

Packages that depend on sky_connection