celest_cli 1.0.14 copy "celest_cli: ^1.0.14" to clipboard
celest_cli: ^1.0.14 copied to clipboard

The command-line interface for Celest.

100/ 160
pub points
36
downloads

We analyzed this package 7 hours ago, and awarded it 100 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.

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: BSD-2-Clause-Patent.

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

198 out of 278 API elements (71.2 %) have documentation comments.

Some symbols that are missing documentation: celest_cli, celest_cli.AnalysisServerCommand, celest_cli.AnalysisServerCommand.AnalysisServerCommand.new, celest_cli.AnalysisServerCommand.checkForLatestVersion, celest_cli.AnalysisServerCommand.close.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

SDK issues found:

Package is not compatible with the Dart SDK.

Because:

  • celest_cli that depends on:
  • native_storage that is a package requiring flutter.
  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:celest_cli/celest_cli.dart that imports:
  • package:celest_cli/src/commands/upgrade/upgrade_command.dart that imports:
  • package:celest_cli/src/logging/with_progress.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:celest_cli/celest_cli.dart that imports:
  • package:celest_cli/src/commands/upgrade/upgrade_command.dart that imports:
  • package:celest_cli/src/logging/with_progress.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:celest_cli/celest_cli.dart that imports:
  • package:celest_cli/src/commands/upgrade/upgrade_command.dart that imports:
  • package:celest_cli/src/logging/with_progress.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that 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 `Windows`.

Because:

  • package:celest_cli/celest_cli.dart that imports:
  • package:celest_cli/src/commands/upgrade/upgrade_command.dart that imports:
  • package:celest_cli/src/logging/with_progress.dart that imports:
  • package:celest_cli/src/context.dart that imports:
  • package:native_storage/native_storage.dart that imports:
  • package:native_storage/src/native_storage.dart that imports:
  • package:native_storage/src/local/local_storage_platform.vm.dart that imports:
  • package:native_storage/src/secure/secure_storage_platform.vm.dart that imports:
  • package:native_storage/src/secure/secure_storage.linux.dart that imports:
  • package:native_storage/src/native/linux/linux.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:celest_cli/celest_cli.dart that imports:
  • package:celest_cli/src/commands/upgrade/upgrade_command.dart that imports:
  • package:celest_cli/src/logging/with_progress.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:celest_cli/celest_cli.dart that imports:
  • package:celest_cli/src/commands/upgrade/upgrade_command.dart that imports:
  • package:celest_cli/src/logging/with_progress.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 45 issues. Showing the first 2:

INFO: 'element' is deprecated and shouldn't be used. Use element2 instead.

lib/src/analyzer/celest_analyzer.dart:596:23

    ╷
596 │               library.element.source.uri,
    │                       ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/analyzer/celest_analyzer.dart

INFO: 'library2' is deprecated and shouldn't be used. To be removed without replacement.

lib/src/analyzer/resolver/project_resolver.dart:700:52

    ╷
700 │           switch ((annotation.element2, annotation.library2)) {
    │                                                    ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/analyzer/resolver/project_resolver.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
analyzer ^7.4.0 7.7.1 10.0.1
analyzer_plugin ^0.13.0 0.13.4 0.14.1
archive ^4.0.4 4.0.7 4.0.7
args ^2.4.2 2.7.0 2.7.0
async ^2.11.0 2.13.0 2.13.0
built_collection ^5.1.1 5.1.1 5.1.1
built_value ^8.9.5 8.12.3 8.12.3
cedar ^0.2.6 0.2.6 1.0.0
celest ^1.0.0 1.0.7 1.0.7
celest_ast ^0.1.4 0.1.7 0.1.7
celest_auth ^1.0.0 1.0.3 1.0.3
celest_cloud ^0.1.5-0 0.1.10 0.1.10
celest_cloud_auth ^0.3.0-0 0.3.5 0.3.5
celest_cloud_core ^0.1.0 0.1.1 0.1.1
celest_core ^1.0.0 1.0.4 1.0.4
chunked_stream ^1.4.2 1.4.2 1.4.2
cli_script ^1.0.0 1.0.0 1.0.0
cli_util ^0.4.2 0.4.2 0.4.2
code_builder ^4.8.0 4.11.1 4.11.1
collection ^1.18.0 1.19.1 1.19.1
convert ^3.1.1 3.1.2 3.1.2
corks_cedar ^0.2.4 0.2.4 1.0.0
crypto ^3.0.3 3.0.7 3.0.7
dart_console ^4.1.1 4.1.2 4.1.2
dart_style ^3.0.0 3.1.1 3.1.4
dcli ^7.0.1 7.1.1 8.3.0
dcli_terminal ^7.0.1 7.2.0 8.3.0
drift >=2.27.0 <2.29.0 2.28.2 2.30.1
email_validator ^3.0.0 3.0.0 3.0.0
ffi ^2.1.4 2.1.5 2.1.5
file ^7.0.0 7.0.1 7.0.1
fixnum ^1.1.0 1.1.1 1.1.1
functions_framework ^0.4.3+1 0.4.3+1 0.4.3+1
git ^2.3.0 2.3.2 2.3.2
graphs ^2.3.2 2.3.2 2.3.2
html2md ^1.3.1 1.3.2 1.3.2
http ^1.1.2 1.6.0 1.6.0
http_parser ^4.0.2 4.1.2 4.1.2
intl ^0.20.2 0.20.2 0.20.2
io ^1.0.4 1.0.5 1.0.5
json_annotation ^4.9.0 4.9.0 4.9.0
libcoder ^0.0.1 0.0.3 0.0.3
logging ^1.2.0 1.3.0 1.3.0
mason_logger ^0.3.0 0.3.3 0.3.3
meta ^1.10.0 1.17.0 1.18.0
mustache_template ^2.0.0 2.0.3 2.0.3
native_storage ^0.3.0 0.3.0 0.4.0
os_detect ^2.0.1 2.0.3 2.0.3
package_config ^2.1.0 2.2.0 2.2.0
path ^1.8.3 1.9.1 1.9.1
platform ^3.1.3 3.1.6 3.1.6
pool ^1.5.1 1.5.2 1.5.2
process ^5.0.1 5.0.5 5.0.5
protobuf ^4.0.0 4.2.0 6.0.0
pub_semver ^2.1.4 2.2.0 2.2.0
pubspec_parse ^1.2.3 1.5.0 1.5.0
sentry ^9.1.0 9.10.0 9.10.0
sentry_logging ^9.1.0 9.10.0 9.10.0
shelf ^1.4.1 1.4.2 1.4.2
shelf_static ^1.1.2 1.1.3 1.1.3
shelf_web_socket >=2.0.0 <4.0.0 3.0.0 3.0.0
source_span ^1.10.0 1.10.1 1.10.1
sqlite3 ^2.4.6 2.9.4 3.1.4
stack_trace ^1.11.1 1.12.1 1.12.1
stream_channel ^2.1.2 2.1.4 2.1.4
stream_transform ^2.1.0 2.1.1 2.1.1
timing ^1.0.2 1.0.2 1.0.2
toml ^0.16.0 0.16.0 0.18.0
uuid ^4.5.1 4.5.2 4.5.2
vm_service ^15.0.0 15.0.2 15.0.2
watcher ^1.1.0 1.2.1 1.2.1
win32 ^5.11.0 5.15.0 5.15.0
yaml ^3.1.2 3.1.3 3.1.3
yaml_edit 2.2.1 2.2.1 2.2.3
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 85.0.0 93.0.0
asn1lib - 1.6.5 1.6.5
boolean_selector - 2.1.2 2.1.2
celest_db_studio - 0.1.0 0.1.0
characters - 1.4.0 1.4.1
charcode - 1.4.0 1.4.0
checked_yaml - 2.0.4 2.0.4
circular_buffer - 0.12.0 0.12.0
clock - 1.1.2 1.1.2
cloud_http - 0.1.1 0.1.1
crypto_keys - 0.3.0+2 0.3.0+2
csslib - 1.0.2 1.0.2
csv - 6.0.0 6.0.0
dcli_common - 7.2.0 8.3.0
dcli_core - 7.2.0 8.3.0
decimal - 3.2.4 3.2.4
drift_hrana - 1.0.5 1.0.5
embed_annotation - 1.2.3 1.2.3
equatable - 2.0.8 2.0.8
freezed_annotation - 3.1.0 3.1.0
functional_data - 1.2.0 1.2.0
glob - 2.1.3 2.1.3
globbing - 1.0.0 1.0.0 Discontinued
google_cloud - 0.2.0 0.2.0
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 2.0.0 2.0.0
grpc - 4.1.0 5.1.0
hrana - 0.4.2 0.4.2
html - 0.15.6 0.15.6
http2 - 2.3.1 2.3.1
http_methods - 1.1.1 1.1.1
http_sfv - 0.1.0 0.1.0
ini - 2.1.0 2.1.0
jni - 0.14.2 0.15.2
json2yaml - 3.0.1 3.0.1
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
mime - 2.0.0 2.0.0
native_authentication - 0.1.5 0.1.5
native_synchronization_temp - 0.7.1 0.8.0
objective_c - 8.1.0 9.2.4
petitparser - 6.1.0 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 4.0.0 4.0.0
posix - 6.0.3 6.0.3
pubspec_lock - 3.0.2 3.0.2
pubspec_manager - 2.0.1 3.2.0
quiver - 3.2.2 3.2.2
rational - 2.2.3 2.2.3
recase - 4.1.0 4.1.0
scope - 5.1.0 5.1.0
settings_yaml - 8.3.1 8.3.1
shelf_router - 1.1.4 1.1.4
simple_sparse_list - 0.1.4 0.1.4
string_scanner - 1.4.1 1.4.1
strings - 4.0.1 4.0.1
sum_types - 0.3.5 0.4.0
system_info2 - 4.1.0 4.1.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
tuple - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
unicode - 1.1.9 1.1.9
validators2 - 5.1.0 5.1.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
win32_registry - 2.1.0 2.1.0
windows_applicationmodel - 0.2.0 0.2.0 Discontinued
windows_data - 0.2.0 0.2.0 Discontinued
windows_devices - 0.2.0 0.2.0 Discontinued
windows_foundation - 0.2.0 0.2.0 Discontinued
windows_globalization - 0.1.0+1 0.1.0+1 Discontinued
windows_graphics - 0.2.0 0.2.0 Discontinued
windows_media - 0.2.0 0.2.0 Discontinued
windows_networking - 0.2.0 0.2.0 Discontinued
windows_perception - 0.1.0 0.1.0 Discontinued
windows_security - 0.1.0+1 0.1.0+1 Discontinued
windows_services - 0.1.0 0.1.0 Discontinued
windows_storage - 0.2.0 0.2.0 Discontinued
windows_system - 0.1.0+1 0.1.0+1 Discontinued
windows_ui - 0.2.0 0.2.0 Discontinued
x509 - 0.2.4+3 0.2.4+3
xdg_directories - 1.1.0 1.1.0

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

Found 12 issues. Showing the first 2:

The constraint `^7.4.0` on analyzer does not support the stable version `8.0.0`.

Try running dart pub upgrade --major-versions analyzer to update the constraint.

The constraint `^0.13.0` on analyzer_plugin does not support the stable version `0.14.0`, that was published 18 days ago.

When analyzer_plugin is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions analyzer_plugin 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 7 errors:

  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/src/codegen/code_generator.dart:24:60 - The method '[]' can't be unconditionally invoked because the receiver can be 'null'.
  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/src/init/migrations/pubspec_updater.dart:69:50 - The method '[]' can't be unconditionally invoked because the receiver can be 'null'.
  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/src/init/migrations/pubspec_updater.dart:104:50 - The method '[]' can't be unconditionally invoked because the receiver can be 'null'.

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.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: