citrus 0.9.0
citrus: ^0.9.0 copied to clipboard
A template generator which complex file structures can be defined in a single Yaml File.
We analyzed this package 16 hours ago, and awarded it 140 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: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
678 out of 2088 API elements (32.5 %) have documentation comments.
Some symbols that are missing documentation: citrus_enforcer_module, citrus_enforcer_module.CitrusEnforcer, citrus_enforcer_module.CitrusEnforcer.CitrusEnforcer.new, citrus_enforcer_module.CitrusEnforcer.recieveArguments, citrus_enforcer_module.CitrusEnforcer.recieveRequest.
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/citrus_enforcer_module.dartthat imports:package:citrus/src/enforcer/citrus_enforcer.dartthat imports:package:file_system_model/file_system_model.dartthat imports:package:file_system_model/src/file_system_model/file_system_model.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 63 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/subject/citrus_data_type/object/citrus_object.dart:44:67
╷
44 │ static Danger<CitrusObject, BpriverYamlException> fromDynamic(dynamic) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/subject/citrus_data_type/object/citrus_object.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/subject/citrus_language/semantic/citrus_semantic_list.dart:54:45
╷
54 │ if (i is! FinishCitrusSemantic) return Failure(CitrusSemanticExceptionG(), log.monitor({
│ ┌─────────────────────────────────────────────^
55 │ │ 'type': i.runtimeType,
56 │ └ }));
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/subject/citrus_language/semantic/citrus_semantic_list.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bpriver_box |
^0.3.0 |
0.3.0 | 0.3.0 | |
bpriver_chain |
^0.17.0 |
0.17.0 | 0.17.0 | |
bpriver_origin |
^5.0.0 |
5.0.0 | 5.0.0 | |
bpriver_syntax_scanner |
^0.14.0 |
0.14.0 | 0.14.0 | |
bpriver_yaml |
^0.7.3 |
0.7.3 | 0.7.3 | |
change_case |
^2.0.0 |
2.2.0 | 2.2.0 | |
file_system_model |
^7.1.1 |
7.1.1 | 7.1.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
yaml |
^3.1.3 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bpriver_heat |
- | 0.5.3 | 0.5.3 | |
bpriver_json |
- | 0.1.3 | 0.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.2 | 1.18.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
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.
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.12, Dart 3.11.2.
Check the analysis log for details.