get_cli 1.7.1
get_cli: ^1.7.1 copied to clipboard
Official CLI for GetX™ framework to build Flutter and Server Applications easily
We analyzed this package 30 hours ago, and awarded it 100 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 135 out of 830 API elements (16.3 %) 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.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:get_cli/get_cli.dart
that imports:package:get_cli/core/generator.dart
that imports:package:get_cli/commands/impl/help/help.dart
that imports:package:get_cli/commands/commands_list.dart
that imports:package:get_cli/commands/impl/commads_export.dart
that imports:package:get_cli/commands/impl/sort/sort.dart
that imports:package:get_cli/functions/create/create_single_file.dart
that imports:package:get_cli/functions/sorter_imports/sort.dart
that imports:package:get_cli/common/utils/pubspec/pubspec_utils.dart
that imports:package:get_cli/common/menu/menu.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 `iOS`.
Because:
package:get_cli/get_cli.dart
that imports:package:get_cli/core/generator.dart
that imports:package:get_cli/commands/impl/help/help.dart
that imports:package:get_cli/commands/commands_list.dart
that imports:package:get_cli/commands/impl/commads_export.dart
that imports:package:get_cli/commands/impl/sort/sort.dart
that imports:package:get_cli/functions/create/create_single_file.dart
that imports:package:get_cli/functions/sorter_imports/sort.dart
that imports:package:get_cli/common/utils/pubspec/pubspec_utils.dart
that imports:package:get_cli/common/menu/menu.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 `Linux`.
Because:
package:get_cli/get_cli.dart
that imports:package:get_cli/core/generator.dart
that imports:package:get_cli/commands/impl/help/help.dart
that imports:package:get_cli/commands/commands_list.dart
that imports:package:get_cli/commands/impl/commads_export.dart
that imports:package:get_cli/commands/impl/sort/sort.dart
that imports:package:get_cli/functions/create/create_single_file.dart
that imports:package:get_cli/functions/sorter_imports/sort.dart
that imports:package:get_cli/common/utils/pubspec/pubspec_utils.dart
that imports:package:get_cli/common/menu/menu.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:get_cli/get_cli.dart
that imports:package:get_cli/core/generator.dart
that imports:package:get_cli/commands/impl/help/help.dart
that imports:package:get_cli/commands/commands_list.dart
that imports:package:get_cli/commands/impl/commads_export.dart
that imports:package:get_cli/commands/impl/sort/sort.dart
that imports:package:get_cli/functions/create/create_single_file.dart
that imports:package:get_cli/functions/sorter_imports/sort.dart
that imports:package:get_cli/common/utils/pubspec/pubspec_utils.dart
that imports:package:get_cli/common/menu/menu.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 `Web`.
Because:
package:get_cli/get_cli.dart
that imports:package:get_cli/core/generator.dart
that imports:package:get_cli/commands/impl/help/help.dart
that imports:package:get_cli/commands/commands_list.dart
that imports:package:get_cli/commands/impl/commads_export.dart
that imports:package:get_cli/commands/impl/sort/sort.dart
that imports:package:get_cli/functions/create/create_single_file.dart
that imports:package:get_cli/functions/sorter_imports/sort.dart
that imports:package:get_cli/common/utils/pubspec/pubspec_utils.dart
that imports:package:get_cli/common/menu/menu.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
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: Don't override a method to do a super method invocation with the same parameters.
lib/commands/impl/create/page/page.dart:44:8
╷
44 │ bool validate() => super.validate();
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/commands/impl/create/page/page.dart
INFO: Don't override a method to do a super method invocation with the same parameters.
lib/commands/impl/create/provider/provider.dart:21:8
╷
21 │ bool validate() => super.validate();
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/commands/impl/create/provider/provider.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
ansicolor | >=2.0.1 <3.0.0 | 2.0.1 | 2.0.1 |
cli_dialog | >=0.5.0 <1.0.0 | 0.5.0 | 0.5.0 |
collection | >=1.15.0 <2.0.0 | 1.16.0 | 1.16.0 |
dart_style | >=2.0.1 <3.0.0 | 2.2.3 | 2.2.3 |
http | >=0.13.4 <2.0.0 | 0.13.4 | 0.13.4 |
intl | >=0.17.0 <1.0.0 | 0.17.0 | 0.17.0 |
meta | >=1.7.0 <2.0.0 | 1.7.0 | 1.7.0 |
path | >=1.8.0 <2.0.0 | 1.8.1 | 1.8.1 |
process_run | >=0.12.2 <1.0.0 | 0.12.3+2 | 0.12.3+2 |
pubspec | >=2.0.1 <3.0.0 | 2.1.0 | 2.1.0 |
recase | >=4.0.0 <5.0.0 | 4.0.0 | 4.0.0 |
version | >=2.0.0 <3.0.0 | 2.0.0 | 2.0.0 |
yaml | >=3.1.0 <4.0.0 | 3.1.1 | 3.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 39.0.0 | 39.0.0 |
analyzer | - | 4.0.0 | 4.0.0 |
args | - | 2.3.1 | 2.3.1 |
async | - | 2.9.0 | 2.9.0 |
charcode | - | 1.3.1 | 1.3.1 |
clock | - | 1.1.0 | 1.1.0 |
convert | - | 3.0.1 | 3.0.1 |
crypto | - | 3.0.2 | 3.0.2 |
dart_console | - | 1.0.0 | 1.0.0 |
ffi | - | 1.2.1 | 1.2.1 |
file | - | 6.1.2 | 6.1.2 |
glob | - | 2.0.2 | 2.0.2 |
http_parser | - | 4.0.0 | 4.0.0 |
matcher | - | 0.12.11 | 0.12.11 |
package_config | - | 2.0.2 | 2.0.2 |
pub_semver | - | 2.1.1 | 2.1.1 |
quiver | - | 3.1.0 | 3.1.0 |
source_span | - | 1.9.0 | 1.9.0 |
stack_trace | - | 1.10.0 | 1.10.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
synchronized | - | 3.0.0+2 | 3.0.0+2 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.1 | 1.3.1 |
uri | - | 1.0.0 | 1.0.0 |
watcher | - | 1.0.1 | 1.0.1 |
win32 | - | 2.6.1 | 2.6.1 |
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
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Dart 2.17.0
.