egycoder_cli 2.2.0 copy "egycoder_cli: ^2.2.0" to clipboard
egycoder_cli: ^2.2.0 copied to clipboard

this is one of egycoder framework packages, it's a cli to manage your code

105/ 160
pub points
83
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("2.2.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: BSD-3-Clause.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

7 out of 167 API elements (4.2 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: analysis_options, analysis_options.analysisOption, clean, clean.clean, create.

Passed check 10/10 points: Package has 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:egycoder_cli/core/file_manager.core.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

INFO: Statements in a for should be enclosed in a block.

lib/features/initiate/initiate_impl.dart:28:40

   ╷
28 │       for (final p in Packages.values) await pubspec.addPackage(p.name);
   │                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/features/initiate/initiate_impl.dart

INFO: Statements in a for should be enclosed in a block.

lib/features/initiate/initiate_impl.dart:29:43

   ╷
29 │       for (final p in DevPackages.values) await pubspec.addPackage(p.name);
   │                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/features/initiate/initiate_impl.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
args ^2.1.0 2.7.0 2.7.0
dartz ^0.10.1 0.10.1 0.10.1
equatable ^2.0.5 2.0.8 2.0.8
get_it ^7.2.0 7.7.0 9.2.1
process_run ^0.12.3+2 0.12.5+3 1.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
charcode - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
meta - 1.18.2 1.18.2
path - 1.9.1 1.9.1
pub_semver - 2.2.0 2.2.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0+1 3.4.0+1
term_glyph - 1.2.2 1.2.2
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^7.2.0` on get_it does not support the stable version `8.0.0`.

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

The constraint `^0.12.3+2` on process_run does not support the stable version `0.13.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

dart pub downgrade failed with:

OUT:
Resolving dependencies...
Downloading packages...
< args 2.1.0 (was 2.7.0)
< async 2.6.0 (was 2.13.1)
< charcode 1.2.0 (was 1.4.0)
< collection 1.15.0 (was 1.19.1)
< equatable 2.0.5 (was 2.0.8)
< get_it 7.2.0 (was 7.7.0)
< meta 1.3.0 (was 1.18.2)
< path 1.8.0 (was 1.9.1)
[10 more lines]
ERR:
Exceeded timeout of 0:02:00.000000

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
105
points
83
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

this is one of egycoder framework packages, it's a cli to manage your code

Repository

License

BSD-3-Clause (license)

Dependencies

args, dartz, equatable, get_it, process_run

More

Packages that depend on egycoder_cli