cloud_storage_platform_interface 0.1.2
cloud_storage_platform_interface: ^0.1.2 copied to clipboard
Backend-agnostic contract for cloud_storage — a Flutter file/folder/link storage layer. Implement this to add a new backend.
We analyzed this package 11 days ago, and awarded it 150 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
36 out of 97 API elements (37.1 %) have documentation comments.
Some symbols that are missing documentation: cloud_storage_platform_interface.BytesSource, cloud_storage_platform_interface.BytesSource.BytesSource.new, cloud_storage_platform_interface.BytesSource.bytes, cloud_storage_platform_interface.CloudFile, cloud_storage_platform_interface.CloudFile.CloudFile.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_storage_platform_interface/cloud_storage_platform_interface.dartthat imports:package:cloud_storage_platform_interface/src/models/source.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 |
|---|---|---|---|---|
cross_file |
^0.3.5+2 |
0.3.5+4 | 0.3.5+4 | |
meta |
^1.17.0 |
1.19.0 | 1.19.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.14, Dart 3.12.2.
Check the analysis log for details.