citrus_signal_module 0.1.0
citrus_signal_module: ^0.1.0 copied to clipboard
this package is citrus signal module.
We analyzed this package 17 hours ago, and awarded it 110 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: citrus_signal_module.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: citrus_signal_module, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
29 out of 99 API elements (29.3 %) have documentation comments.
Some symbols that are missing documentation: citrus_signal_module, citrus_signal_module.CitrusRequest, citrus_signal_module.CitrusRequest.CLASS, citrus_signal_module.CitrusRequest.fromChain, citrus_signal_module.CitrusRequest.log.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:citrus_signal_module/citrus_signal_module.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/request/generate/generate_request.dart:10:34
╷
10 │ /// String templateFilePath, List<String> rest, String generateLocation
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/request/generate/generate_request.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bpriver_chain |
^0.5.0 |
0.5.0 | 0.11.0 | |
bpriver_origin |
^2.1.0 |
2.2.1 | 4.2.1 | |
citrus_foundation_module |
^0.1.0 |
0.1.0 | 0.1.0 | Discontinued |
yaml |
^3.1.3 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bpriver_box |
- | 0.1.0 | 0.2.0 | |
bpriver_json |
- | 0.1.0 | 0.1.2 | |
bpriver_syntax_scanner |
- | 0.9.1 | 0.13.1 | |
bpriver_yaml |
- | 0.7.0 | 0.7.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
file_system_model |
- | 1.0.2 | 6.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
yaml_writer |
- | 2.1.0 | 2.1.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.5.0` on bpriver_chain does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions bpriver_chain to update the constraint.
The constraint `^2.1.0` on bpriver_origin does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions bpriver_origin 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.23.5, Dart 3.10.7.
Check the analysis log for details.