dooz_gateway_sdk 0.4.0 copy "dooz_gateway_sdk: ^0.4.0" to clipboard
dooz_gateway_sdk: ^0.4.0 copied to clipboard

A Dart SDK to interact with DooZ ooPLA product (IP-BT gateway) and enable control over DooZ mesh n/w

2
likes
70/ 140
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

40 out of 266 API elements (15.0 %) 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.

Some symbols that are missing documentation: dooz_gateway_sdk.AuthResponse, dooz_gateway_sdk.AuthResponse.AuthResponse, dooz_gateway_sdk.AuthResponse.copyWith, dooz_gateway_sdk.AuthResponse.AuthResponse.fromJson, dooz_gateway_sdk.AuthResponse.status.

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:dooz_gateway_sdk/dooz_gateway_sdk.dart that imports:
  • package:dooz_gateway_sdk/src/dooz_gateway.dart that imports:
  • package:web_socket_channel/io.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 32 issues. Showing the first 2:

ERROR: The function 'FallThroughError' isn't defined.

lib/src/models/discoveries/discover_response.freezed.dart:27:13

   ╷
27 │       throw FallThroughError();
   │             ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/discoveries/discover_response.freezed.dart

ERROR: The function 'FallThroughError' isn't defined.

lib/src/models/gateway_administration/get_versions_response.freezed.dart:25:13

   ╷
25 │       throw FallThroughError();
   │             ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/gateway_administration/get_versions_response.freezed.dart

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
flutter_lints ^1.0.4 1.0.4 3.0.2
freezed_annotation ^1.1.0 1.1.0 2.4.1
json_rpc_2 ^3.0.1 3.0.2 3.0.2
stream_channel ^2.1.0 2.1.2 2.1.2
web_socket_channel ^2.1.0 2.4.5 2.4.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
json_annotation - 4.9.0 4.9.0
lints - 1.0.1 3.0.0
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
stack_trace - 1.11.1 1.11.1
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

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

The constraint `^1.0.4` on flutter_lints does not support the stable version `2.0.0`.

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

The constraint `^1.1.0` on freezed_annotation does not support the stable version `2.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

2
likes
70
pub points
0%
popularity

Publisher

unverified uploader

A Dart SDK to interact with DooZ ooPLA product (IP-BT gateway) and enable control over DooZ mesh n/w

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter_lints, freezed_annotation, json_rpc_2, stream_channel, web_socket_channel

More

Packages that depend on dooz_gateway_sdk