hpf_cli 1.0.0+6
hpf_cli: ^1.0.0+6 copied to clipboard
the dart cli support the user create the flutter application follow clean architecture. Presentattion layer use Provider state management.
We analyzed this package in the last hour, and awarded it 110 pub points (of a possible 160):
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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
57 out of 385 API elements (14.8 %) 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.AnalysisOptionsSample.AnalysisOptionsSample.new, analysis_options.AnalysisOptionsSample.include, args_mixin, args_mixin.ArgsMixin.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:hpf_cli/command/args_mixin.dartthat imports:package:hpf_cli/core/generator.dartthat imports:package:hpf_cli/command/command_list.dartthat imports:package:hpf_cli/command/create/project.dartthat imports:package:hpf_cli/command/init/init.dartthat imports:package:hpf_cli/command/init/init_cleanpattern.dartthat imports:package:hpf_cli/functions/create/create_main.dartthat imports:package:hpf_cli/common/menu/menu.dartthat imports:package:cli_dialog/cli_dialog.dartthat imports:package:cli_dialog/src/services.dartthat imports:package:cli_dialog/src/stdin_service.dartthat imports:package:dart_console/dart_console.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:hpf_cli/command/args_mixin.dartthat imports:package:hpf_cli/core/generator.dartthat imports:package:hpf_cli/command/command_list.dartthat imports:package:hpf_cli/command/create/project.dartthat imports:package:hpf_cli/command/init/init.dartthat imports:package:hpf_cli/command/init/init_cleanpattern.dartthat imports:package:hpf_cli/functions/create/create_main.dartthat imports:package:hpf_cli/common/menu/menu.dartthat imports:package:cli_dialog/cli_dialog.dartthat imports:package:cli_dialog/src/services.dartthat imports:package:cli_dialog/src/stdin_service.dartthat imports:package:dart_console/dart_console.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Web`.
Because:
package:hpf_cli/command/args_mixin.dartthat imports:package:hpf_cli/core/generator.dartthat imports:package:hpf_cli/command/command_list.dartthat imports:package:hpf_cli/command/create/project.dartthat imports:package:hpf_cli/command/init/init.dartthat imports:package:hpf_cli/command/init/init_cleanpattern.dartthat imports:package:hpf_cli/functions/create/create_main.dartthat imports:package:hpf_cli/common/menu/menu.dartthat imports:package:cli_dialog/cli_dialog.dartthat imports:package:cli_dialog/src/services.dartthat imports:package:cli_dialog/src/stdin_service.dartthat imports:package:dart_console/dart_console.dartthat 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:hpf_cli/command/args_mixin.dartthat imports:package:hpf_cli/core/generator.dartthat imports:package:hpf_cli/command/command_list.dartthat imports:package:hpf_cli/command/create/project.dartthat imports:package:hpf_cli/command/init/init.dartthat imports:package:hpf_cli/command/init/init_cleanpattern.dartthat imports:package:hpf_cli/functions/create/create_main.dartthat imports:package:hpf_cli/common/menu/menu.dartthat imports:package:cli_dialog/cli_dialog.dartthat imports:package:cli_dialog/src/services.dartthat imports:package:cli_dialog/src/stdin_service.dartthat imports:package:dart_console/dart_console.dartthat imports:package:dart_console/src/console.dartthat imports:package:dart_console/src/ffi/win/termlib_win.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:hpf_cli/command/args_mixin.dartthat imports:package:hpf_cli/core/generator.dartthat imports:package:hpf_cli/command/command_list.dartthat imports:package:hpf_cli/command/create/project.dartthat imports:package:hpf_cli/command/init/init.dartthat imports:package:hpf_cli/command/init/init_cleanpattern.dartthat imports:package:hpf_cli/functions/create/create_main.dartthat imports:package:hpf_cli/common/menu/menu.dartthat imports:package:cli_dialog/cli_dialog.dartthat imports:package:cli_dialog/src/services.dartthat imports:package:cli_dialog/src/stdin_service.dartthat imports:package:dart_console/dart_console.dartthat imports:package:dart_console/src/console.dartthat imports:package:dart_console/src/ffi/win/termlib_win.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
WARNING: The getter doesn't override an inherited getter.
lib/command/create/project.dart:137:15
╷
137 │ String? get hint => LocaleKeys.hint_create_project.tr;
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/command/create/project.dart
WARNING: The method doesn't override an inherited method.
lib/command/create/project.dart:140:8
╷
140 │ bool validate() {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/command/create/project.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
>=2.0.1 <3.0.0 |
2.0.3 | 2.0.3 | |
cli_dialog |
>=0.5.0 <1.0.0 |
0.5.0 | 0.5.0 | |
collection |
>=1.15.0 <2.0.0 |
1.19.1 | 1.19.1 | |
dart_style |
>=2.0.1 <3.0.0 |
2.3.6 | 3.1.3 | |
http |
>=0.13.4 <2.0.0 |
1.6.0 | 1.6.0 | |
intl |
>=0.17.0 <1.0.0 |
0.18.1 | 0.20.2 | |
meta |
>=1.7.0 <2.0.0 |
1.17.0 | 1.17.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
process_run |
>=0.12.2 <1.0.0 |
0.14.2 | 1.2.4 | |
pubspec |
>=2.0.1 <3.0.0 |
2.3.0 | 2.3.0 | Discontinued |
recase |
>=4.0.0 <5.0.0 |
4.1.0 | 4.1.0 | |
version |
>=2.0.0 <3.0.0 |
2.0.3 | 3.0.2 | |
yaml |
>=3.1.0 <4.0.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 67.0.0 | 93.0.0 | |
analyzer |
- | 6.4.1 | 10.0.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_console |
- | 1.2.0 | 4.1.2 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
matcher |
- | 0.12.18 | 0.12.18 | |
package_config |
- | 2.2.0 | 2.2.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri |
- | 1.0.0 | 1.0.0 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `>=2.0.1 <3.0.0` on dart_style does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dart_style to update the constraint.
The constraint `>=0.12.2 <1.0.0` on process_run does not support the stable version `1.0.0+1`.
Try running dart pub upgrade --major-versions process_run to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Dart 3.10.7.
Check the analysis log for details.