citrus 0.5.0 copy "citrus: ^0.5.0" to clipboard
citrus: ^0.5.0 copied to clipboard

A template generator which complex file structures can be defined in a single Yaml File.

140/ 160
pub points
187
downloads

We analyzed this package 7 hours ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:citrus/src/enforcer/citrus_enforcer.dart that imports:
  • package:file_system_model/file_system_model.dart that imports:
  • package:file_system_model/src/file_system_model/file_system_model.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 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.2.0
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.

The constraint `^0.1.1` on bpriver_box does not support the stable version `0.2.0`, that was published 0 days ago.

When bpriver_box is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions bpriver_box to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
140
points
187
downloads

Publisher

verified publisherbpriver.com

Weekly Downloads

A template generator which complex file structures can be defined in a single Yaml File.

Repository (GitLab)
View/report issues

Topics

#template #generator

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

bpriver_box, bpriver_chain, bpriver_origin, bpriver_syntax_scanner, bpriver_yaml, change_case, file_system_model, path, yaml

More

Packages that depend on citrus