lint_kit_cli 0.0.31
lint_kit_cli: ^0.0.31 copied to clipboard
The official CLI for the Lint Kit ecosystem. Authenticate, manage devices, run analyzers, retrieve logs, and interact with the Lint Kit backend.
We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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.
10/10 points: 20% or more of the public API has dartdoc comments
631 out of 954 API elements (66.1 %) have documentation comments.
Some symbols that are missing documentation: lint_kit_cli, lint_kit_cli.AnalyzeCommand, lint_kit_cli.AnalyzeCommand.AnalyzeCommand.new, lint_kit_cli.AnalyzeCommand.client, lint_kit_cli.AnalyzeCommand.fatalInfos.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:lint_kit_cli/lint_kit_cli.dartthat imports:package:lint_kit_cli/src/utils/type_def.dartthat imports:package:mason/mason.dartthat imports:package:mason_logger/mason_logger.dartthat imports:package:mason_logger/src/mason_logger.dartthat imports:package:mason_logger/src/terminal_overrides.dartthat imports:package:mason_logger/src/ffi/terminal.dartthat imports:package:mason_logger/src/ffi/windows_terminal.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:lint_kit_cli/lint_kit_cli.dartthat imports:package:lint_kit_cli/src/utils/type_def.dartthat imports:package:mason/mason.dartthat imports:package:mason_logger/mason_logger.dartthat imports:package:mason_logger/src/mason_logger.dartthat imports:package:mason_logger/src/terminal_overrides.dartthat imports:package:mason_logger/src/ffi/terminal.dartthat imports:package:mason_logger/src/ffi/windows_terminal.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:lint_kit_cli/lint_kit_cli.dartthat imports:package:lint_kit_cli/src/utils/type_def.dartthat imports:package:mason/mason.dartthat imports:package:mason_logger/mason_logger.dartthat imports:package:mason_logger/src/mason_logger.dartthat imports:package:mason_logger/src/terminal_overrides.dartthat imports:package:mason_logger/src/ffi/terminal.dartthat imports:package:mason_logger/src/ffi/windows_terminal.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:lint_kit_cli/lint_kit_cli.dartthat imports:package:lint_kit_cli/src/utils/type_def.dartthat imports:package:mason/mason.dartthat imports:package:mason_logger/mason_logger.dartthat imports:package:mason_logger/src/mason_logger.dartthat imports:package:mason_logger/src/terminal_overrides.dartthat imports:package:mason_logger/src/ffi/terminal.dartthat imports:package:mason_logger/src/ffi/windows_terminal.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:lint_kit_cli/lint_kit_cli.dartthat imports:package:lint_kit_cli/src/utils/type_def.dartthat imports:package:mason/mason.dartthat imports:package:mason_logger/mason_logger.dartthat imports:package:mason_logger/src/mason_logger.dartthat imports:package:mason_logger/src/terminal_overrides.dartthat imports:package:mason_logger/src/ffi/terminal.dartthat imports:package:mason_logger/src/ffi/windows_terminal.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 79 issues. Showing the first 2:
WARNING: Unused import: 'package:revali_client/revali_client.dart'.
lib/src/gen/backend_client/lib/interfaces.dart:18:8
╷
18 │ import 'package:revali_client/revali_client.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/backend_client/lib/interfaces.dart
WARNING: Unused import: 'package:http/http.dart'.
lib/src/gen/backend_client/lib/lint_kit_backend.dart:20:8
╷
20 │ import 'package:http/http.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/backend_client/lib/lint_kit_backend.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
change_case |
^2.2.0 |
2.2.0 | 2.2.0 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
file |
^7.0.1 |
7.0.1 | 7.0.1 | |
get_it |
^8.2.0 |
8.3.0 | 9.2.0 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
lint_kit_core |
^0.0.12 |
0.0.12 | 0.0.12 | |
lint_kit_domain |
^0.0.8 |
0.0.8 | 0.0.8 | |
mason |
^0.1.1 |
0.1.2 | 0.1.2 | |
mason_logger |
^0.3.3 |
0.3.3 | 0.3.3 | |
meta |
^1.16.0 |
1.17.0 | 1.17.0 | |
platform |
^3.1.6 |
3.1.6 | 3.1.6 | |
pub_semver |
^2.2.0 |
2.2.0 | 2.2.0 | |
pub_updater |
^0.5.0 |
0.5.0 | 0.5.0 | |
revali_client |
^1.3.0 |
1.4.0 | 2.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 91.0.0 | 93.0.0 | |
analyzer |
- | 8.4.1 | 10.0.0 | |
archive |
- | 4.0.7 | 4.0.7 | |
async |
- | 2.13.0 | 2.13.0 | |
autoequal |
- | 0.9.1 | 0.9.1 | Discontinued |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
equatable_annotations |
- | 1.3.0 | 1.3.0 | |
ffi |
- | 2.1.5 | 2.1.5 | |
get_it_injector |
- | 0.5.6 | 0.6.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
lukehog_client |
- | 0.4.6 | 0.4.6 | |
mustache_template |
- | 2.0.3 | 2.0.3 | |
nanoid2 |
- | 2.0.1 | 2.0.1 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pool |
- | 1.5.2 | 1.5.2 | |
posix |
- | 6.0.3 | 6.0.3 | |
process |
- | 5.0.5 | 5.0.5 | |
retry |
- | 3.1.2 | 3.1.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.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 `^8.2.0` on get_it does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions get_it to update the constraint.
The constraint `^1.3.0` on revali_client does not support the stable version `2.0.2`.
Try running dart pub upgrade --major-versions revali_client to update the constraint.
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 4 errors:
UNDEFINED_GETTER-bin/lint_kit.dart:146:16- The getter 'interceptors' isn't defined for the type 'RevaliClient'.IMPLEMENTS_NON_CLASS-lib/src/utils/remove_auth_cookie.dart:6:35- Classes and mixins can only implement other classes and mixins.UNDEFINED_METHOD-lib/src/utils/remove_auth_cookie.dart:17:21- The method 'remove' isn't defined for the type 'Storage'.
Run dart pub downgrade and then dart 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.5, Dart 3.10.7.
Check the analysis log for details.