serverpod_cloud_storage_gcp 1.2.7 copy "serverpod_cloud_storage_gcp: ^1.2.7" to clipboard
serverpod_cloud_storage_gcp: ^1.2.7 copied to clipboard

Serverpod integration for Google Cloud Storage

1
likes
140/ 160
pub points
27%
popularity

We analyzed this package 5 days ago, and awarded it 140 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

11 out of 15 API elements (73.3 %) have documentation comments.

Some symbols that are missing documentation: serverpod_cloud_storage_gcp.GoogleCloudStorage.bucket, serverpod_cloud_storage_gcp.GoogleCloudStorage.public, serverpod_cloud_storage_gcp.GoogleCloudStorage.publicHost, serverpod_cloud_storage_gcp.GoogleCloudStorage.region.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:serverpod_cloud_storage_gcp/serverpod_cloud_storage_gcp.dart that imports:
  • package:serverpod_cloud_storage_gcp/src/cloud_storage/google_cloud_storage.dart that imports:
  • package:serverpod_cloud_storage_gcp/src/aws_s3_upload/aws_s3_upload.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
amazon_cognito_identity_dart_2 ^3.0.0 3.6.5 3.6.5
built_collection ^5.1.1 5.1.1 5.1.1
built_value ^8.4.4 8.9.2 8.9.2
http >=0.13.0 <2.0.0 1.2.1 1.2.1
path ^1.8.2 1.9.0 1.9.0
serverpod 1.2.7 1.2.7 2.0.1
xml2json ^6.0.0 6.2.3 6.2.3
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
buffer - 1.2.3 1.2.3
charcode - 1.3.1 1.3.1
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
executor - 2.2.3 2.2.3
fixnum - 1.1.0 1.1.0
http_parser - 4.1.0 4.1.0
js - 0.7.1 0.7.1
meta - 1.15.0 1.15.0
mustache_template - 2.0.0 2.0.0
petitparser - 6.0.2 6.0.2
pool - 1.5.1 1.5.1
postgres - 2.6.4 3.2.1
postgres_pool - 2.1.6+1 2.1.6+1
redis - 4.0.0 4.0.0
retry - 3.1.2 3.1.2
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
serverpod_serialization - 1.2.7 2.0.1
serverpod_shared - 1.2.7 2.0.1
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
super_string - 1.0.3 1.0.3
synchronized - 3.1.0+1 3.1.0+1
system_resources - 1.6.0 1.6.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
unorm_dart - 0.3.0 0.3.0
uuid - 4.4.0 4.4.0
vm_service - 14.2.4 14.2.4
web - 0.5.1 0.5.1
xml - 6.5.0 6.5.0
yaml - 3.1.2 3.1.2

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

The constraint `1.2.7` on serverpod does not support the stable version `2.0.0`, that was published 24 days ago.

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

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.7, Dart 3.4.3.

Check the analysis log for details.