romantic_common 0.0.4
romantic_common: ^0.0.4 copied to clipboard
Package including lot helpers for easy developing on dart language.
We analyzed this package 46 hours ago, and awarded it 130 pub points (of a possible 160):
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
91 out of 103 API elements (88.3 %) have documentation comments.
Some symbols that are missing documentation: romantic_common
, romantic_common.ExException.ExException.new
, romantic_common.ExException.message
, romantic_common.ExException.usage
, romantic_common.IArgument2Statistical.IArgument2Statistical.new
.
10/10 points: Package has an example
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:romantic_common/romantic_common.dart
that imports:package:romantic_common/src/test/utils.dart
that imports:package:cli_util/cli_logging.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:romantic_common/romantic_common.dart
that imports:package:romantic_common/src/test/utils.dart
that imports:package:cli_util/cli_logging.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
WARNING: Doc directive 'marco' is unknown.
lib/src/args/run_mixin.dart:18:7
╷
18 │ /// {@marco Argument2Statistical}
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/args/run_mixin.dart
INFO: Library directives without comments or annotations should be avoided.
lib/romantic_common.dart:1:1
╷
1 │ library romantic_common;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/romantic_common.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
cli_util |
^0.3.5 |
0.3.5 | 0.4.2 | |
enum_to_string |
^2.0.1 |
2.2.1 | 2.2.1 | |
fhir_yaml |
^0.5.1 |
0.5.2 | 0.9.0 | Discontinued |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
recase |
^4.0.0 |
4.1.0 | 4.1.0 | |
universal_io |
^2.0.4 |
2.2.2 | 2.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
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.3.5` on cli_util does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions cli_util
to update the constraint.
The constraint `^0.5.1` on fhir_yaml does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions fhir_yaml
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.24
, Dart 3.9.4
.
Check the analysis log for details.