clean_dart_cli 1.1.1 copy "clean_dart_cli: ^1.1.1" to clipboard
clean_dart_cli: ^1.1.1 copied to clipboard

This project is one CLI for integrate Flutter and Dart with Clean Architecture

5
likes
100/ 140
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

1 out of 184 API elements (0.5 %) 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.

Some symbols that are missing documentation: app_module, app_module.AppModule, app_module.AppModule.AppModule, app_module.AppModule.argParser, app_module.AppModule.argResults.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:clean_dart_cli/modules/app_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/generate_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/controllers/generate_layer_controller.dart that imports:
  • package:cli_dialog/cli_dialog.dart that imports:
  • package:cli_dialog/src/services.dart that imports:
  • package:cli_dialog/src/stdin_service.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:clean_dart_cli/modules/app_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/generate_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/controllers/generate_layer_controller.dart that imports:
  • package:cli_dialog/cli_dialog.dart that imports:
  • package:cli_dialog/src/services.dart that imports:
  • package:cli_dialog/src/stdin_service.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:clean_dart_cli/modules/app_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/generate_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/controllers/generate_layer_controller.dart that imports:
  • package:cli_dialog/cli_dialog.dart that imports:
  • package:cli_dialog/src/services.dart that imports:
  • package:cli_dialog/src/stdin_service.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Linux`.

Because:

  • package:clean_dart_cli/modules/app_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/generate_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/controllers/generate_layer_controller.dart that imports:
  • package:cli_dialog/cli_dialog.dart that imports:
  • package:cli_dialog/src/services.dart that imports:
  • package:cli_dialog/src/stdin_service.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:clean_dart_cli/modules/app_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/generate_module.dart that imports:
  • package:clean_dart_cli/modules/generate_layers/controllers/generate_layer_controller.dart that imports:
  • package:cli_dialog/cli_dialog.dart that imports:
  • package:cli_dialog/src/services.dart that imports:
  • package:cli_dialog/src/stdin_service.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The file name 'clean-dart-cli.dart' isn't a lower_case_with_underscores identifier.

To reproduce make sure you are using the lints_core and run dart analyze bin/clean-dart-cli.dart

INFO: An uninitialized variable should have an explicit type annotation.

lib/modules/generate_layers/controllers/generate_layer_controller.dart:33:9

   ╷
33 │     var result;
   │         ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/modules/generate_layers/controllers/generate_layer_controller.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
ansicolor ^2.0.1 2.0.2 2.0.2
args ^2.1.0 2.5.0 2.5.0
cli_dialog ^0.5.0 0.5.0 0.5.0
get_it ^7.1.3 7.7.0 7.7.0
path ^1.8.0 1.9.0 1.9.0
process_run ^0.12.1 0.12.5+3 0.14.2
recase ^4.0.0 4.1.0 4.1.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
dart_console - 1.2.0 4.0.2
ffi - 2.1.2 2.1.2
intl - 0.18.1 0.19.0
meta - 1.14.0 1.14.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
win32 - 5.5.0 5.5.0
yaml - 3.1.2 3.1.2

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

The constraint `^0.12.1` 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.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

5
likes
100
pub points
0%
popularity

Publisher

unverified uploader

This project is one CLI for integrate Flutter and Dart with Clean Architecture

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ansicolor, args, cli_dialog, get_it, path, process_run, recase

More

Packages that depend on clean_dart_cli