flutte_clean_cli 1.0.4 copy "flutte_clean_cli: ^1.0.4" to clipboard
flutte_clean_cli: ^1.0.4 copied to clipboard

discontinued

Clean architecture CLI for Flutter apps.

40/ 160
pub points
33
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: flutte_clean_cli.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flutte_clean_cli,
    • contains a version property, and,
    • does not contain a publish_to property.

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: MIT.

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

131 out of 633 API elements (20.7 %) have documentation comments.

Some symbols that are missing documentation: age_validator, age_validator.MinAgeValidator, age_validator.MinAgeValidator.MinAgeValidator.new, age_validator.MinAgeValidator.age, age_validator.MinAgeValidator.minAge.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 45 issues. Showing the first 2:

ERROR: The named parameter 'isInspectorEnabled' is required, but there's no corresponding argument.

lib/templates/create_project/main.dart:27:35

   ╷
27 │       final dioRequestInspector = DioRequestInspector(
   │                                   ^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/templates/create_project/main.dart

ERROR: The named parameter 'isDebugMode' isn't defined.

lib/templates/create_project/main.dart:28:9

   ╷
28 │         isDebugMode: true,
   │         ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/templates/create_project/main.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.4.2 2.7.0 2.7.0
dart_console ^4.1.1 4.1.4 5.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
ffi - 2.2.0 2.2.0
intl - 0.20.3 0.20.3
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
win32 - 5.15.0 6.4.0

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

The constraint `^4.1.1` on dart_console does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions dart_console 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

downgrade analysis failed failed with 90 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/templates/create_project/data/services/network_service/base_network_service/base_service.dart:37:23 - The argument type 'Duration' can't be assigned to the parameter type 'int?'.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/templates/create_project/data/services/network_service/base_network_service/base_service.dart:38:23 - The argument type 'Duration' can't be assigned to the parameter type 'int?'.
  • NON_TYPE_IN_CATCH_CLAUSE - lib/templates/create_project/data/services/network_service/base_network_service/base_service.dart:262:10 - The name 'DioException' isn't a type and can't be used in an on-catch clause.

Run flutter pub downgrade and then flutter 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.19, Dart 3.13.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
40
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Clean architecture CLI for Flutter apps.

License

MIT (license)

Dependencies

args, dart_console

More

Packages that depend on flutte_clean_cli