ground_control_client 0.23.0 copy "ground_control_client: ^0.23.0" to clipboard
ground_control_client: ^0.23.0 copied to clipboard

A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.

60/ 160
pub points
945
downloads

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

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

Partially passed check 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.

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-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

731 out of 1373 API elements (53.2 %) 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

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 60 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:16:14

   ╷
16 │   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

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
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.

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 55 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:16:14 - Undefined class 'Dio'.
  • UNDEFINED_CLASS - lib/src/storage/adapters/gcs_file_uploader.dart:23:11 - 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.

Weekly downloads

Display as:
By versions:
2
likes
60
points
945
downloads

Publisher

verified publisherserverpod.dev

Weekly Downloads

A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #client

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

serverpod_auth_idp_client, serverpod_client

More

Packages that depend on ground_control_client