fl_cloud_storage 0.1.0 copy "fl_cloud_storage: ^0.1.0" to clipboard
fl_cloud_storage: ^0.1.0 copied to clipboard

Store files in the cloud from Flutter apps. In the first step we only support Google Drive but adding other clouds is much appreciated.

3
likes
130/ 140
pub points
69%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

74 out of 118 API elements (62.7 %) have documentation comments.

Some symbols that are missing documentation: authentication_tokens, authentication_tokens.AuthenticationTokens, authentication_tokens.AuthenticationTokens.AuthenticationTokens, cloud_file, cloud_file.CloudFile.content.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ macOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:fl_cloud_storage/fl_cloud_storage.dart that imports:
  • package:fl_cloud_storage/fl_cloud_storage/vendor/google_drive/google_drive_service.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:fl_cloud_storage/fl_cloud_storage.dart that imports:
  • package:fl_cloud_storage/fl_cloud_storage/vendor/google_drive/google_drive_service.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:fl_cloud_storage/fl_cloud_storage.dart that imports:
  • package:fl_cloud_storage/fl_cloud_storage/vendor/storage_type.dart that imports:
  • package:fl_cloud_storage/fl_cloud_storage/cloud_storage_service.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.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
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
google_sign_in >=5.4.3 <=6.2.1 6.2.1 6.2.1
googleapis >=9.2.0 <=13.1.0 13.1.0 13.1.0
http >=0.11.3 <=1.1.0 1.1.0 1.2.1
json_annotation >=4.7.0 <=4.8.1 4.8.1 4.9.0
logger >=1.1.0 <=2.2.0 2.2.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest
_discoveryapis_commons - 1.0.6 1.0.6
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
flutter_web_plugins - 0.0.0 0.0.0
google_identity_services_web - 0.3.1+1 0.3.1+1
google_sign_in_android - 6.1.23 6.1.23
google_sign_in_ios - 5.7.6 5.7.6
google_sign_in_platform_interface - 2.4.5 2.4.5
google_sign_in_web - 0.12.4 0.12.4
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1

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

The constraint `>=0.11.3 <=1.1.0` on http does not support the stable version `1.1.1`.

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

The constraint `>=4.7.0 <=4.8.1` on json_annotation does not support the stable version `4.9.0`, that was published 1 days ago.

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

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

3
likes
130
pub points
69%
popularity

Publisher

verified publisherehwplus.com

Store files in the cloud from Flutter apps. In the first step we only support Google Drive but adding other clouds is much appreciated.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, google_sign_in, googleapis, http, json_annotation, logger

More

Packages that depend on fl_cloud_storage