celest 1.0.3
celest: ^1.0.3 copied to clipboard
The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
We analyzed this package 15 hours ago, and awarded it 120 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: BSD-2-Clause-Patent
.
10/10 points: 20% or more of the public API has dartdoc comments
369 out of 458 API elements (80.6 %) have documentation comments.
Some symbols that are missing documentation: celest.AbortedException.AbortedException.of
, celest.AlreadyExistsException.AlreadyExistsException.of
, celest.AuthenticatedUser
, celest.AuthenticatedUser.AuthenticatedUser.fromJson
, celest.AuthenticatedUser.AuthenticatedUser.new
.
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 not compatible with platform Web
Because:
package:celest/celest.dart
that imports:package:celest/src/core/annotations.dart
that imports:package:celest/src/core/context.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.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/celest.dart
that imports:package:celest/src/core/annotations.dart
that imports:package:celest/src/core/context.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/celest.dart
that imports:package:celest/src/core/annotations.dart
that imports:package:celest/src/core/context.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/celest.dart
that imports:package:celest/src/core/annotations.dart
that imports:package:celest/src/core/context.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/celest.dart
that imports:package:celest/src/core/annotations.dart
that imports:package:celest/src/core/context.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/celest.dart
that imports:package:celest/src/core/annotations.dart
that imports:package:celest/src/core/context.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
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:celest/celest.dart
that imports:package:celest/src/core/annotations.dart
that imports:package:celest/src/core/context.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: The type name 'env' isn't an UpperCamelCase identifier.
lib/src/config/config_values.dart:57:13
╷
57 │ final class env extends ConfigurationValue {
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config/config_values.dart
INFO: The type name '_staticEnv' isn't an UpperCamelCase identifier.
lib/src/config/config_values.dart:87:13
╷
87 │ final class _staticEnv extends env {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config/config_values.dart
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.0 |
0.1.6 | 0.1.6 | |
celest_auth |
^1.0.0 |
1.0.2 | 1.0.2 | |
celest_cloud |
^0.1.1 |
0.1.7 | 0.1.7 | |
celest_core |
^1.0.0 |
1.0.2 | 1.0.2 | |
chunked_stream |
^1.4.2 |
1.4.2 | 1.4.2 | |
cloud_http |
^0.1.0 |
0.1.1 | 0.1.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
convert |
^3.1.1 |
3.1.2 | 3.1.2 | |
crypto_keys |
^0.3.0 |
0.3.0+1 | 0.3.0+1 | |
drift |
>=2.25.0 <2.26.0 |
2.25.1 | 2.26.0 | |
drift_hrana |
^1.0.2 |
1.0.4 | 1.0.4 | |
file |
^7.0.1 |
7.0.1 | 7.0.1 | |
fixnum |
^1.1.0 |
1.1.1 | 1.1.1 | |
google_cloud |
^0.2.0 |
0.2.0 | 0.2.0 | |
http |
^1.0.0 |
1.3.0 | 1.3.0 | |
http_parser |
^4.0.0 |
4.1.2 | 4.1.2 | |
http_sfv |
^0.1.0 |
0.1.0 | 0.1.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
meta |
^1.11.0 |
1.16.0 | 1.16.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
platform |
^3.1.5 |
3.1.6 | 3.1.6 | |
shelf |
^1.4.1 |
1.4.2 | 1.4.2 | |
shelf_router |
^1.1.4 |
1.1.4 | 1.1.4 | |
shelf_web_socket |
>=2.0.0 <4.0.0 |
3.0.0 | 3.0.0 | |
sqlite3 |
^2.4.6 |
2.7.5 | 2.7.5 | |
stack_trace |
^1.11.1 |
1.12.1 | 1.12.1 | |
stream_channel |
^2.1.2 |
2.1.4 | 2.1.4 | |
web_socket_channel |
^3.0.0 |
3.0.3 | 3.0.3 | |
x509 |
^0.2.4 |
0.2.4+3 | 0.2.4+3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.2 | 1.6.2 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.9.5 | 8.9.5 | |
cedar |
- | 0.2.5 | 0.2.5 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_builder |
- | 4.10.1 | 4.10.1 | |
corks_cedar |
- | 0.2.3 | 0.2.3 | |
crypto |
- | 3.0.6 | 3.0.6 | |
decimal |
- | 3.2.1 | 3.2.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
google_identity_services_web |
- | 0.3.3 | 0.3.3 | |
googleapis_auth |
- | 2.0.0 | 2.0.0 | |
grpc |
- | 4.0.4 | 4.0.4 | |
hrana |
- | 0.4.0 | 0.4.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_methods |
- | 1.1.1 | 1.1.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
io |
- | 1.0.5 | 1.0.5 | |
jni |
- | 0.14.1 | 0.14.1 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
native_authentication |
- | 0.1.2 | 0.1.2 | |
native_storage |
- | 0.2.3 | 0.2.3 | |
objective_c |
- | 7.1.0 | 7.1.0 | |
os_detect |
- | 2.0.3 | 2.0.3 | |
package_config |
- | 2.2.0 | 2.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.1 | 1.5.1 | |
protobuf |
- | 3.1.0 | 4.0.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rational |
- | 2.2.3 | 2.2.3 | |
recase |
- | 4.1.0 | 4.1.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.4 | 0.7.4 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 0.1.6 | 1.0.0 | |
win32 |
- | 5.12.0 | 5.12.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 `>=2.25.0 <2.26.0` on drift does not support the stable version `2.26.0`.
Try running dart pub upgrade --major-versions drift
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 1 error:
UNDEFINED_GETTER
-lib/src/runtime/configuration.dart:74:56
- The getter 'variables' isn't defined for the type 'ResolvedProject'.
Run flutter pub downgrade
and then flutter 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.22.20
, Dart 3.7.2
.
Check the analysis log for details.