flutte_clean_cli 1.0.4
flutte_clean_cli: ^1.0.4 copied to clipboard
Clean architecture CLI for Flutter apps.
We analyzed this package 17 hours ago, and awarded it 40 pub points (of a possible 160):
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.
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.
- contains
Repository has no matching pubspec.yaml
with name: flutte_clean_cli
.
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
39 out of 506 API elements (7.7 %) 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: age_validator
, age_validator.MinAgeValidator
, age_validator.MinAgeValidator.MinAgeValidator.new
, age_validator.MinAgeValidator.age
, age_validator.MinAgeValidator.minAge
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:flutte_clean_cli/commands/command_finder.dart
that imports:package:flutte_clean_cli/commands/impl/create.dart
that imports:package:flutte_clean_cli/options/create/create_options.dart
that imports:package:flutte_clean_cli/options/interface/options.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:flutte_clean_cli/commands/command_finder.dart
that imports:package:flutte_clean_cli/commands/impl/create.dart
that imports:package:flutte_clean_cli/options/create/create_options.dart
that imports:package:flutte_clean_cli/options/interface/options.dart
that imports:package:dart_console/dart_console.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Tag detection failed.
Exception: Could not find package dir of equatable
Package does not support platform `Linux`.
Because:
package:flutte_clean_cli/commands/command_finder.dart
that imports:package:flutte_clean_cli/commands/impl/create.dart
that imports:package:flutte_clean_cli/options/create/create_options.dart
that imports:package:flutte_clean_cli/options/interface/options.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
.
Tag detection failed.
Exception: Could not find package dir of equatable
Package does not support platform `macOS`.
Because:
package:flutte_clean_cli/commands/command_finder.dart
that imports:package:flutte_clean_cli/commands/impl/create.dart
that imports:package:flutte_clean_cli/options/create/create_options.dart
that imports:package:flutte_clean_cli/options/interface/options.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
.
Tag detection failed.
Exception: Could not find package dir of equatable
Package does not support platform `Web`.
Because:
package:flutte_clean_cli/commands/command_finder.dart
that imports:package:flutte_clean_cli/commands/impl/create.dart
that imports:package:flutte_clean_cli/options/create/create_options.dart
that imports:package:flutte_clean_cli/options/interface/options.dart
that imports:package:dart_console/dart_console.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 418 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:equatable/equatable.dart'.
lib/templates/create_project/app/exception/custome_failure.dart:1:8
╷
1 │ import 'package:equatable/equatable.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/templates/create_project/app/exception/custome_failure.dart
ERROR: Classes can only extend other classes.
lib/templates/create_project/app/exception/custome_failure.dart:3:32
╷
3 │ abstract class Failure extends Equatable {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/templates/create_project/app/exception/custome_failure.dart
10/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.2 | 4.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
intl |
- | 0.20.2 | 0.20.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
win32 |
- | 5.15.0 | 5.15.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 360 errors:
URI_DOES_NOT_EXIST
-lib/templates/create_project/app/exception/custome_failure.dart:1:8
- Target of URI doesn't exist: 'package:equatable/equatable.dart'.EXTENDS_NON_CLASS
-lib/templates/create_project/app/exception/custome_failure.dart:3:32
- Classes can only extend other classes.URI_DOES_NOT_EXIST
-lib/templates/create_project/app/extension/color_extention.dart:1:8
- Target of URI doesn't exist: 'dart:ui'.
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.22.24
, Dart 3.9.4
.
Check the analysis log for details.