aliyun_oss_flutter_tko 1.0.6
aliyun_oss_flutter_tko: ^1.0.6 copied to clipboard
aliyun oss plugin for flutter. Use this plugin to upload files to aliyun oss.
We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: aliyun_oss_flutter_tko.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: aliyun_oss_flutter_tko, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
14 out of 58 API elements (24.1 %) have documentation comments.
Some symbols that are missing documentation: aliyun_oss_flutter_tko, aliyun_oss_flutter_tko.Credentials, aliyun_oss_flutter_tko.Credentials.Credentials.fromJson, aliyun_oss_flutter_tko.Credentials.Credentials.fromMap, aliyun_oss_flutter_tko.Credentials.Credentials.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:aliyun_oss_flutter_tko/aliyun_oss_flutter_tko.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/signer.dart:39:25
╷
39 │ if (securityToken != null) ...{
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/signer.dart
INFO: The part-of directive uses a library name.
lib/src/client.dart:1:1
╷
1 │ part of aliyun_oss_flutter_tko;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/client.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
dio |
^4.0.0 |
4.0.6 | 5.9.2 | |
http_parser |
^4.0.0 |
4.1.2 | 4.1.2 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
uuid |
^3.0.4 |
3.0.7 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.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 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio to update the constraint.
The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl 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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.