cloud_sync_s3 0.1.0
cloud_sync_s3: ^0.1.0 copied to clipboard
S3 + S3-compatible adapter for the cloud_sync family. Supports AWS S3, Cloudflare R2, MinIO, Backblaze B2, Wasabi, and DO Spaces via custom endpoint override. Implements StorageAdapter from cloud_sync_core.
We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
34 out of 42 API elements (81.0 %) have documentation comments.
Some symbols that are missing documentation: cloud_sync_s3.S3Adapter.config, cloud_sync_s3.S3AuthClient.S3AuthClient.new, cloud_sync_s3.S3AuthClient.config, cloud_sync_s3.S3AuthClient.credentials, cloud_sync_s3.S3Config.S3Config.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:cloud_sync_s3/cloud_sync_s3.dartthat imports:package:cloud_sync_s3/src/s3_adapter.dartthat imports:package:cloud_sync_s3/src/s3_list_parser.dartthat imports:package:cloud_sync_core/cloud_sync_core.dartthat imports:package:cloud_sync_core/src/sync_client.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_sync_core |
^0.1.0 |
0.1.1 | 0.1.1 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
meta |
^1.16.0 |
1.18.2 | 1.18.2 | |
xml |
^6.5.0 |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.5.0` on xml does not support the stable version `7.0.0`, that was published 12 days ago.
When xml is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions xml 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.23.12, Dart 3.11.5.
Check the analysis log for details.