at_utils 1.0.1+6
at_utils: ^1.0.1+6 copied to clipboard
This is the Utility library for @protocol projects. It contains utility classes for atsign, atmetadata, configuration and logger.
We analyzed this package on Apr 13, 2021, and awarded it 70 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 6 out of 37 API elements (16.2 %) 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.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:at_utils/at_utils.dart
that imports:package:at_utils/at_logger.dart
that imports:package:at_utils/src/logging/atsignlogger.dart
that imports:package:at_utils/src/logging/handlers.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: This function has a return type of 'bool', but doesn't end with a return statement.
lib/src/atmetadata_utils.dart:57:15
╷
57 │ static bool getBoolVerbParams(String arg1) {
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/atmetadata_utils.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
at_commons | ^1.0.1+6 | 1.0.1+6 | 1.0.1+6 |
crypto | ^2.1.5 | 2.1.5 | 3.0.1 |
logging | ^0.11.4 | 0.11.4 | 1.0.1 |
yaml | ^2.2.0 | 2.2.1 | 3.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.2.0 | 1.2.0 |
collection | - | 1.15.0 | 1.15.0 |
convert | - | 2.1.1 | 3.0.0 |
path | - | 1.8.0 | 1.8.0 |
source_span | - | 1.8.1 | 1.8.1 |
string_scanner | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.0 | 1.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^2.1.5` on crypto does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions crypto
to update the constraint.
The constraint `^0.11.4` on logging does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions logging
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Dart 2.12.2
.