citrus 0.5.0
citrus: ^0.5.0 copied to clipboard
A template generator which complex file structures can be defined in a single Yaml File.
We analyzed this package 41 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
661 out of 2049 API elements (32.3 %) 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 225 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/subject/citrus_language/semantic/citrus_semantic_list.dart:61:45
╷
61 │ if (i is! FinishCitrusSemantic) return Failure(CitrusSemanticExceptionG(), log.monitor({
│ ┌─────────────────────────────────────────────^
62 │ │ 'type': i.runtimeType,
63 │ └ }));
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/subject/citrus_language/semantic/citrus_semantic_list.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/subject/citrus_language/semantic/immature/accesser/accesser.dart:102:48
╷
102 │ if (citrusObject is! CitrusObject) return Failure(AccesserExceptionC(), log.monitor({
│ ┌────────────────────────────────────────────────^
103 │ │ 'first identifier': identifiers.first,
104 │ │ 'first identifier final value type': citrusObject.runtimeType,
105 │ └ }));
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/subject/citrus_language/semantic/immature/accesser/accesser.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bpriver_box |
^0.1.1 |
0.1.1 | 0.1.1 | |
bpriver_chain |
^0.11.0 |
0.11.0 | 0.11.0 | |
bpriver_origin |
^4.0.0 |
4.2.1 | 4.2.1 | |
bpriver_syntax_scanner |
^0.13.1 |
0.13.1 | 0.13.1 | |
bpriver_yaml |
^0.7.2 |
0.7.2 | 0.7.2 | |
change_case |
^2.0.0 |
2.2.0 | 2.2.0 | |
file_system_model |
^6.0.0 |
6.0.0 | 6.0.0 | |
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.2.2 | 0.2.2 | |
bpriver_json |
- | 0.1.2 | 0.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
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.
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.3, Dart 3.10.4.
Check the analysis log for details.