ft_cli 0.1.8+11 copy "ft_cli: ^0.1.8+11" to clipboard
ft_cli: ^0.1.8+11 copied to clipboard

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

45
likes
120/ 160
pub points
21
downloads

We analyzed this package 14 days ago, and awarded it 120 pub points (of a possible 160):

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

0 out of 326 API elements (0.0 %) 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: app_module, app_module.AppModule, app_module.AppModule.AppModule.new, app_module.AppModule.argParser, app_module.AppModule.argResults.

Passed check 10/10 points: Package has an example

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

Passed check 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:ft_cli/controller/microfrontend/base_app_controller.dart that imports:
  • package:ft_cli/core/utils/dialog_utils.dart that imports:
  • package:interact/interact.dart that imports:
  • package:interact/src/spinner.dart that imports:
  • package:interact/src/utils/utils.dart that imports:
  • package:interact/src/framework/framework.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:ft_cli/controller/microfrontend/base_app_controller.dart that imports:
  • package:ft_cli/core/utils/dialog_utils.dart that imports:
  • package:interact/interact.dart that imports:
  • package:interact/src/spinner.dart that imports:
  • package:interact/src/utils/utils.dart that imports:
  • package:interact/src/framework/framework.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.
Package not compatible with platform Web

Because:

  • package:ft_cli/controller/design_pattern/design_pattern_controller.dart that imports:
  • package:ft_cli/core/utils/path.dart that imports:
  • dart:io

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:ft_cli/controller/microfrontend/base_app_controller.dart that imports:
  • package:ft_cli/core/utils/dialog_utils.dart that imports:
  • package:interact/interact.dart that imports:
  • package:interact/src/spinner.dart that imports:
  • package:interact/src/utils/utils.dart that imports:
  • package:interact/src/framework/framework.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:ft_cli/controller/microfrontend/base_app_controller.dart that imports:
  • package:ft_cli/core/utils/dialog_utils.dart that imports:
  • package:interact/interact.dart that imports:
  • package:interact/src/spinner.dart that imports:
  • package:interact/src/utils/utils.dart that imports:
  • package:interact/src/framework/framework.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.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:ft_cli/controller/design_pattern/design_pattern_controller.dart that imports:
  • package:ft_cli/core/utils/path.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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 12 issues. Showing the first 2:

INFO: The variable name 'do_print' isn't a lowerCamelCase identifier.

bin/ft_cli.dart:187:25

187String report(answers, {do_print = true}) {
    │                         ^^^^^^^^
    ╵
copied to clipboard

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

INFO: Statements in an if should be enclosed in a block.

lib/core/utils/validate_arguments.dart:74:38

74 │             .contains(arguments[i])) return false;
   │                                      ^^^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/core/utils/validate_arguments.dart

Failed report section
Support up-to-date dependencies
30 / 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
ansicolor ^2.0.1 2.0.3 2.0.3
args ^2.3.2 2.7.0 2.7.0
get_it ^7.2.0 7.7.0 8.0.3
interact ^2.1.1 2.2.0 2.2.0
path ^1.8.3 1.9.1 1.9.1
process_run ^0.12.5+2 0.12.5+3 1.2.4
recase ^4.1.0 4.1.0 4.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
dart_console - 1.2.0 4.1.1
ffi - 2.1.4 2.1.4
intl - 0.18.1 0.20.2
meta - 1.16.0 1.16.0
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
tint - 2.0.1 2.0.1
win32 - 5.12.0 5.12.0
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.5+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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 17Aug 14Sep 11Oct 9Nov 6Dec 4Jan 1Jan 29Feb 26Mar 2602468101214161820>=0.0.0-0 <1.0.0
45
likes
120
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

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

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

ansicolor, args, get_it, interact, path, process_run, recase

More

Packages that depend on ft_cli