dartros 0.1.6 icon indicating copy to clipboard operation
dartros: ^0.1.6 copied to clipboard

A Dart implementation of a ROS 1 Client Library

8
likes
80/ 140
pub points
65%
popularity

We analyzed this package 8 hours ago, and awarded it 80 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

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: Apache-2.0.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

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

  • 23 out of 308 API elements (7.5 %) 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.

icon indicating section status
Platform support
20 / 20icon to trigger 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:dartros/dartros.dart that imports:
  • package:dartros/src/utils/log/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

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

Found 5 issues. Showing the first 2:

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

lib/src/actions/goal_id_generator.dart:9:14

  ╷
9 │   static int GOAL_COUNT = 0;
  │              ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/actions/goal_id_generator.dart

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

lib/src/utils/network_utils.dart:16:17

   ╷
16 │   final String? _ros_ip;
   │                 ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/utils/network_utils.dart

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
actionlib_msgs >=0.1.0 <0.2.0 0.1.0 0.1.0
buffer ^1.1.0 1.2.0 1.2.0
collection ^1.15.0 1.17.2 1.17.2
dartros_msgutils >=0.1.0+1 <0.2.0 0.1.0+2 0.1.0+2
dartx ^1.1.0 1.1.0 1.1.0
freezed_annotation ^2.0.3 2.2.0 2.2.0
http ^0.13.0 0.13.6 1.0.0
logger ^1.0.0 1.3.0 1.3.0
meta ^1.3.0 1.9.1 1.9.1
path ^1.8.0 1.8.3 1.8.3
rosgraph_msgs >=0.1.0 <0.2.0 0.1.0 0.1.0
rxdart ^0.27.2 0.27.7 0.27.7
std_msgs >=0.1.0 <0.2.0 0.1.0 0.1.0
string_validator ^0.3.0 0.3.0 1.0.0
xml ^5.0.0 5.4.1 6.3.0
xml_rpc ^0.4.0 0.4.0 0.4.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
crypto - 3.0.3 3.0.3
http_parser - 4.0.2 4.0.2
json_annotation - 4.8.1 4.8.1
petitparser - 5.4.0 5.4.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
time - 2.1.3 2.1.3
typed_data - 1.3.2 1.3.2

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

Found 3 issues. Showing the first 2:

The constraint `^0.13.0` on http does not support the stable version `1.0.0`, that was published 14 days ago.

When http is 30 days old, this package will no longer be awarded points in this category.

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

The constraint `^0.3.0` on string_validator does not support the stable version `1.0.0`.

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

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

icon indicating section status
Dart 3 compatibility
0 / 20icon to trigger folding of the section

0/20 points: Unable to detect Dart 3 compatibility

  • Failed to analyze Dart 3 compatibilty:
Unable to run pub upgrade.
The current Dart SDK version is 3.1.0-63.1.beta.

Because dartros requires SDK version >=2.12.0 <3.1.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try using the Dart SDK version: 3.0.3. See https://dart.dev/get-dart.

Analysed with Pana 0.21.32, Dart 3.0.2.