qiniu_sdk_base 0.7.0
qiniu_sdk_base: ^0.7.0 copied to clipboard
The sdk basic of Qiniu products
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md
in your package should primarily contain characters used in English.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
88 out of 220 API elements (40.0 %) have documentation comments.
Some symbols that are missing documentation: qiniu_sdk_base
, qiniu_sdk_base.Auth.Auth.new
, qiniu_sdk_base.BucketRegionsQuery
, qiniu_sdk_base.BucketRegionsQuery.BucketRegionsQuery.new
, qiniu_sdk_base.BucketRegionsQuery.create
.
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:qiniu_sdk_base/qiniu_sdk_base.dart
that imports:package:qiniu_sdk_base/src/storage/storage.dart
that imports:package:qiniu_sdk_base/src/storage/task/request_task.dart
that imports:package:system_info2/system_info2.dart
that imports:package:system_info2/src/system_info.dart
that imports:package:system_info2/src/platform/userspace.dart
that imports:package:system_info2/src/platform/kernel.dart
that imports:package:system_info2/src/platform/operating_system.dart
that imports:package:system_info2/src/utils.dart
that imports:package:system_info2/src/fluent.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:qiniu_sdk_base/qiniu_sdk_base.dart
that imports:package:qiniu_sdk_base/src/storage/storage.dart
that imports:package:qiniu_sdk_base/src/storage/task/request_task.dart
that imports:package:system_info2/system_info2.dart
that imports:package:system_info2/src/system_info.dart
that imports:package:system_info2/src/platform/userspace.dart
that imports:package:system_info2/src/platform/kernel.dart
that imports:package:system_info2/src/platform/operating_system.dart
that imports:package:system_info2/src/utils.dart
that imports:package:system_info2/src/fluent.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/auth/put_policy.dart:8:7
╷
8 │ /// <Bucket> 表示允许用户上传文件到指定的 Bucket,在这种格式下文件只能新增。
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/auth/put_policy.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/auth/put_policy.dart:9:7
╷
9 │ /// <Bucket>:<Key> 表示只允许用户上传指定 Key 的文件。在这种格式下文件默认允许修改。
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/auth/put_policy.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cache_provider |
^1.0.1 |
1.0.1 | 1.0.1 | |
convert |
^3.1.1 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.3 |
3.0.6 | 3.0.6 | |
dio |
^5.4.0 |
5.8.0+1 | 5.8.0+1 | |
meta |
^1.10.0 |
1.16.0 | 1.16.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
singleflight |
^1.0.2 |
1.0.2 | 1.0.2 | |
system_info2 |
^4.0.0 |
4.0.0 | 4.0.0 | |
version |
^3.0.2 |
3.0.2 | 3.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
globbing |
- | 1.0.0 | 1.0.0 | Discontinued |
http_parser |
- | 4.1.2 | 4.1.2 | |
mutex |
- | 3.1.0 | 3.1.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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
.
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.20
, Dart 3.7.2
.
Check the analysis log for details.