celest_cloud 0.1.9 copy "celest_cloud: ^0.1.9" to clipboard
celest_cloud: ^0.1.9 copied to clipboard

unlisted

API contracts and Dart clients for the Celest Cloud platform.

90/ 160
pub points
51
downloads

We analyzed this package 2 hours ago, and awarded it 90 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

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

4513 out of 6883 API elements (65.6 %) have documentation comments.

Some symbols that are missing documentation: celest_cloud, celest_cloud.Any.Any.fromBuffer, celest_cloud.Any.Any.fromJson, celest_cloud.Any.Any.new, celest_cloud.Any.clearTypeUrl.

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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

SDK issues found:

Package is not compatible with the Dart SDK.

Because:

  • celest_cloud that depends on:
  • celest_core that is a package requiring flutter.
  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:celest_cloud/celest_cloud.dart that imports:
  • package:celest_cloud/src/util/operations.dart that imports:
  • package:grpc/grpc.dart that imports:
  • package:grpc/src/shared/streams.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io

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:celest_cloud/celest_cloud.dart that imports:
  • package:celest_cloud/src/cloud/cloud.dart that imports:
  • package:celest_core/_internal.dart that imports:
  • package:celest_core/src/http/celest_http_client.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.windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:celest_cloud/celest_cloud.dart that imports:
  • package:celest_cloud/src/cloud/cloud.dart that imports:
  • package:celest_core/_internal.dart that imports:
  • package:celest_core/src/http/celest_http_client.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.windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:celest_cloud/celest_cloud.dart that imports:
  • package:celest_cloud/src/cloud/cloud.dart that imports:
  • package:celest_core/_internal.dart that imports:
  • package:celest_core/src/http/celest_http_client.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_cloud/celest_cloud.dart that imports:
  • package:celest_cloud/src/cloud/cloud.dart that imports:
  • package:celest_core/_internal.dart that imports:
  • package:celest_core/src/http/celest_http_client.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.windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:celest_cloud/celest_cloud.dart that imports:
  • package:celest_cloud/src/cloud/cloud.dart that imports:
  • package:celest_core/_internal.dart that imports:
  • package:celest_core/src/http/celest_http_client.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.windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

ERROR: The name 'Any' is defined in the libraries 'package:celest_cloud/src/proto/google/protobuf/any.pb.dart (via package:celest_cloud/celest_cloud.dart)' and 'package:grpc/src/generated/google/protobuf/any.pb.dart (via package:grpc/grpc.dart)'.

lib/src/util/operations.dart:89:12

   ╷
89 │   T unpack(Any any) {
   │            ^^^
   ╵

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

INFO: The type parameter name 'Response' matches a visible type name.

lib/src/cloud/base/base_service.dart:42:5

   ╷
42 │     Response extends GeneratedMessage
   │     ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/cloud/base/base_service.dart

Failed report section
Support up-to-date dependencies
30 / 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
async ^2.11.0 2.13.0 2.13.0
celest_ast ^0.1.5 0.1.7 0.1.7
celest_core ^1.0.0 1.0.4 1.0.4
code_builder ^4.10.0 4.11.1 4.11.1
collection ^1.18.0 1.19.1 1.19.1
fixnum ^1.1.0 1.1.1 1.1.1
grpc ^4.0.0 4.2.0 5.1.0
http ^1.0.0 1.6.0 1.6.0
json_annotation ^4.8.0 4.9.0 4.9.0
logging ^1.2.0 1.3.0 1.3.0
meta ^1.10.0 1.18.0 1.18.0
os_detect ^2.0.1 2.0.3 2.0.3
path ^1.9.0 1.9.1 1.9.1
protobuf ^4.0.0 4.2.0 6.0.0
pub_semver ^2.0.0 2.2.0 2.2.0
source_span ^1.10.0 1.10.1 1.10.1
stream_transform ^2.1.0 2.1.1 2.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
boolean_selector - 2.1.2 2.1.2
built_collection - 5.1.1 5.1.1
built_value - 8.12.3 8.12.3
cedar - 0.2.6 1.0.0
clock - 1.1.2 1.1.2
crypto - 3.0.7 3.0.7
decimal - 3.2.4 3.2.4
ffi - 2.1.5 2.1.5
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 2.0.0 2.0.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
jni - 0.14.2 0.15.2
matcher - 0.12.18 0.12.18
native_storage - 0.3.0 0.4.0
package_config - 2.2.0 2.2.0
plugin_platform_interface - 2.1.8 2.1.8
rational - 2.2.3 2.2.3
recase - 4.1.0 4.1.0
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.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 - 5.15.0 5.15.0
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
xdg_directories - 1.1.0 1.1.0

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

The constraint `^4.0.0` on grpc does not support the stable version `5.0.0`.

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

The constraint `^4.0.0` on protobuf does not support the stable version `5.0.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: