discomposed 0.0.1-alpha03 copy "discomposed: ^0.0.1-alpha03" to clipboard
discomposed: ^0.0.1-alpha03 copied to clipboard

A library that composes together some of the common service discovery techniques for local networking.

130/ 160
pub points
26
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/davehancock/discomposed was unreachable. Make sure that the website is reachable via HEAD requests.

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

2 out of 17 API elements (11.8 %) 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: discomposed.CompositeServiceDiscoverer, discomposed.CompositeServiceDiscoverer.CompositeServiceDiscoverer.WithAdditional, discomposed.CompositeServiceDiscoverer.CompositeServiceDiscoverer.new, discomposed.CompositeServiceDiscoverer.findAllServices, discomposed.Service.

Passed check 10/10 points: Package has an example

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

Passed check 20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:discomposed/discomposed.dart that imports:
  • package:discomposed/src/discoverability/service_discoverer.dart that imports:
  • package:discomposed/src/discoverability/nsd/client.dart that imports:
  • package:flutter_nsd/flutter_nsd.dart that declares support for platforms: Android, iOS, Windows, macOS.
Package does not support platform `Web`.

Because:

  • package:discomposed/discomposed.dart that imports:
  • package:discomposed/src/discoverability/service_discoverer.dart that imports:
  • package:discomposed/src/discoverability/nsd/client.dart that imports:
  • package:flutter_nsd/flutter_nsd.dart that declares support for platforms: Android, iOS, Windows, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:discomposed/discomposed.dart that imports:
  • package:discomposed/src/discoverability/service_discoverer.dart that imports:
  • package:discomposed/src/discoverability/ssdp/client.dart that imports:
  • package:discomposed/src/discoverability/upnp/discovery.dart that imports:
  • package:discomposed/src/discoverability/upnp/utils.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 20 issues. Showing the first 2:

INFO: The variable name 'WithAdditional' isn't a lowerCamelCase identifier.

lib/src/discoverability/service_discoverer.dart:22:30

   ╷
22 │   CompositeServiceDiscoverer.WithAdditional(List<ServiceDiscoverer> additionalServiceDiscoverers)
   │                              ^^^^^^^^^^^^^^
   ╵

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

INFO: The variable name '_v4_Multicast' isn't a lowerCamelCase identifier.

lib/src/discoverability/upnp/discovery.dart:9:23

  ╷
9 │ final InternetAddress _v4_Multicast = InternetAddress('239.255.255.250');
  │                       ^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/discoverability/upnp/discovery.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
crypto ^3.0.3 3.0.6 3.0.6
flutter_nsd ^1.4.0 1.6.0 1.6.0
multicast_dns ^0.3.2+3 0.3.3 0.3.3
pedantic ^1.9.0 1.11.1 1.11.1 Discontinued
xml ^6.3.0 6.6.1 6.6.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
petitparser - 7.0.1 7.0.1
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • pedantic.

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.22.23, Flutter 3.35.3, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A library that composes together some of the common service discovery techniques for local networking.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, flutter, flutter_nsd, multicast_dns, pedantic, xml

More

Packages that depend on discomposed