dart_wot 0.27.1 copy "dart_wot: ^0.27.1" to clipboard
dart_wot: ^0.27.1 copied to clipboard

A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT.

2
likes
120/ 140
pub points
0%
popularity

We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: dart_wot,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository URL mismatch: expected https://github.com/namib-project/dart_wot but got https://github.com/eclipse-thingweb/dart_wot.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

477 out of 477 API elements (100.0 %) have documentation comments.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:dart_wot/dart_wot.dart that imports:
  • package:dart_wot/core.dart that imports:
  • package:dart_wot/src/core/servient.dart that imports:
  • package:dart_wot/src/core/wot.dart that imports:
  • package:dart_wot/src/core/thing_discovery.dart that imports:
  • package:multicast_dns/multicast_dns.dart that imports:
  • package:multicast_dns/src/resource_record.dart that imports:
  • package:multicast_dns/src/packet.dart that imports:
  • package:multicast_dns/src/constants.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
cbor ^5.1.2 5.1.2 6.2.0
coap ^8.0.0 8.0.0 9.0.3
collection ^1.16.0 1.18.0 1.18.0
curie ^0.1.0 0.1.0 0.1.0
dcaf ^0.1.0 0.1.0 0.1.1
http ^0.13.4 0.13.6 1.2.1
http_auth ^1.0.1 1.0.4 1.0.4
http_parser ^4.0.0 4.0.2 4.0.2
json_schema3 ^1.0.0 1.0.0 1.0.0
meta ^1.8.0 1.14.0 1.14.0
mqtt_client ^9.7.4 9.8.1 10.2.1
multicast_dns ^0.3.2+1 0.3.2+6 0.3.2+6
typed_data ^1.3.0 1.3.2 1.3.2
uri ^1.0.0 1.0.0 1.0.0
uuid ^3.0.7 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 67.0.0 67.0.0
analyzer - 6.4.1 6.4.1
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
build - 2.4.1 2.4.1
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dtls2 - 0.11.0 0.16.0
event_bus - 2.0.0 2.0.0
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
hex - 0.2.0 0.2.0
ieee754 - 1.0.3 1.0.3
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
quiver - 3.2.1 3.2.1
rfc_6901 - 0.1.1 0.2.0
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

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

Found 5 issues. Showing the first 2:

The constraint `^5.1.2` on cbor does not support the stable version `6.0.0`.

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

The constraint `^8.0.0` on coap does not support the stable version `9.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

2
likes
120
pub points
0%
popularity

Publisher

verified publisherthingweb.io

A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cbor, coap, collection, curie, dcaf, http, http_auth, http_parser, json_schema3, meta, mqtt_client, multicast_dns, typed_data, uri, uuid

More

Packages that depend on dart_wot