ground_control_client 0.22.0
ground_control_client: ^0.22.0 copied to clipboard
A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.
We analyzed this package 33 hours ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://serverpod.dev was unreachable. Make sure that the website is reachable via HEAD requests.
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-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
724 out of 1346 API elements (53.8 %) have documentation comments.
Some symbols that are missing documentation: Endpoint, ground_control_client, ground_control_client.AcceptedTerms, ground_control_client.AcceptedTerms.AcceptedTerms.fromJson, ground_control_client.AcceptedTerms.AcceptedTerms.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 64 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:dio/dio.dart'.
lib/src/storage/adapters/gcs_file_uploader.dart:4:8
╷
4 │ import 'package:dio/dio.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/storage/adapters/gcs_file_uploader.dart
ERROR: Undefined class 'Dio'.
lib/src/storage/adapters/gcs_file_uploader.dart:17:14
╷
17 │ late final Dio _dio;
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/storage/adapters/gcs_file_uploader.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
serverpod_auth_idp_client |
3.1.1 |
3.1.1 | 3.4.1 | |
serverpod_client |
3.1.1 |
3.1.1 | 3.4.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
serverpod_auth_core_client |
- | 3.1.1 | 3.4.1 | |
serverpod_serialization |
- | 3.1.1 | 3.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.3 | 4.5.3 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `3.1.1` on serverpod_auth_idp_client does not support the stable version `3.2.0`.
Try running dart pub upgrade --major-versions serverpod_auth_idp_client to update the constraint.
The constraint `3.1.1` on serverpod_client does not support the stable version `3.2.0`.
Try running dart pub upgrade --major-versions serverpod_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 59 errors:
URI_DOES_NOT_EXIST-lib/src/storage/adapters/gcs_file_uploader.dart:4:8- Target of URI doesn't exist: 'package:dio/dio.dart'.UNDEFINED_CLASS-lib/src/storage/adapters/gcs_file_uploader.dart:17:14- Undefined class 'Dio'.UNDEFINED_CLASS-lib/src/storage/adapters/gcs_file_uploader.dart:22:57- Undefined class 'Dio'.
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.10, Dart 3.11.1.
Check the analysis log for details.