better_aliyun_oss 0.0.8 copy "better_aliyun_oss: ^0.0.8" to clipboard
better_aliyun_oss: ^0.0.8 copied to clipboard

A Simple Aliyun OSS Upload for Flutter.

1
likes
100/ 160
pub points
69%
popularity

We analyzed this package 2 days ago, and awarded it 100 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-2-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

12 out of 42 API elements (28.6 %) have documentation comments.

Some symbols that are missing documentation: better_aliyun_oss, better_aliyun_oss.BetterAliyunOssClient.credentials, better_aliyun_oss.BetterAliyunOssClient.dispose, better_aliyun_oss.BetterAliyunOssClient.enableLog, better_aliyun_oss.BetterAliyunOssClient.eventStream.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:better_aliyun_oss/better_aliyun_oss.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:better_aliyun_oss/better_aliyun_oss.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:better_aliyun_oss/better_aliyun_oss.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:better_aliyun_oss/better_aliyun_oss.dart that declares support for platforms: Android, iOS.

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 9 issues. Showing the first 2:

ERROR: The argument type 'int' can't be assigned to the parameter type 'Duration?'.

lib/src/better_aliyun_oss_http.dart:8:51

  ╷
8 │       _instance = Dio(BaseOptions(connectTimeout: 1000 * 30, sendTimeout: 1000 * 30, receiveTimeout: 1000 * 30));
  │                                                   ^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/better_aliyun_oss_http.dart

ERROR: The argument type 'int' can't be assigned to the parameter type 'Duration?'.

lib/src/better_aliyun_oss_http.dart:8:75

  ╷
8 │       _instance = Dio(BaseOptions(connectTimeout: 1000 * 30, sendTimeout: 1000 * 30, receiveTimeout: 1000 * 30));
  │                                                                           ^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/better_aliyun_oss_http.dart

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
better_file_md5_plugin any 0.0.1 0.0.1
convert any 3.1.1 3.1.1
crypto any 3.0.5 3.0.5
dio any 5.7.0 5.7.0
flutter flutter 0.0.0 0.0.0
http_parser any 4.0.2 4.1.0
intl any 0.19.0 0.19.0
path any 1.9.0 1.9.0
tuple any 2.0.2 2.0.2
xml any 6.5.0 6.5.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
dio_web_adapter - 2.0.0 2.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.15.0
petitparser - 6.0.2 6.0.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.3.0 1.3.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 - 1.0.0 1.0.0

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.22.12, Flutter 3.24.1, Dart 3.5.1.

Check the analysis log for details.

1
likes
100
pub points
69%
popularity

Publisher

unverified uploader

A Simple Aliyun OSS Upload for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

better_file_md5_plugin, convert, crypto, dio, flutter, http_parser, intl, path, tuple, xml

More

Packages that depend on better_aliyun_oss