rosgraph_msgs 0.0.3
rosgraph_msgs: ^0.0.3 copied to clipboard
A ros rosgraph_msgs message package for dartros
We analyzed this package on Jan 16, 2021, and awarded it 70 pub points (of a possible 110):
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
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 0 out of 85 API elements (0.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.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Unused import: 'dart:convert'.
lib/src/msgs/Clock.dart:8:8
╷
8 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/msgs/Clock.dart
lib/msgs.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
buffer | ^1.0.6 | 1.0.7 | 1.0.7 |
dartros | ^0.0.3+4 | 0.0.4+7 | 0.0.4+7 |
std_msgs | ^0.0.3 | 0.0.3 | 0.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
actionlib_msgs | - | 0.0.3 | 0.0.3 |
characters | - | 1.0.0 | 1.0.0 |
charcode | - | 1.1.3 | 1.1.3 |
collection | - | 1.14.13 | 1.14.13 |
convert | - | 2.1.1 | 2.1.1 |
crypto | - | 2.1.5 | 2.1.5 |
dartx | - | 0.5.0 | 0.5.0 |
freezed_annotation | - | 0.12.0 | 0.12.0 |
http | - | 0.12.2 | 0.12.2 |
http_parser | - | 3.1.4 | 3.1.4 |
json_annotation | - | 3.1.1 | 3.1.1 |
logger | - | 0.9.4 | 0.9.4 |
meta | - | 1.2.4 | 1.2.4 |
path | - | 1.7.0 | 1.7.0 |
pedantic | - | 1.9.2 | 1.9.2 |
petitparser | - | 3.1.0 | 3.1.0 |
rxdart | - | 0.25.0 | 0.25.0 |
source_span | - | 1.7.0 | 1.7.0 |
string_scanner | - | 1.0.5 | 1.0.5 |
string_validator | - | 0.1.4 | 0.1.4 |
term_glyph | - | 1.1.0 | 1.1.0 |
time | - | 1.4.0 | 1.4.0 |
typed_data | - | 1.2.0 | 1.2.0 |
xml | - | 4.5.1 | 4.5.1 |
xml_rpc | - | 0.3.0 | 0.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.