asset_manager_tool 1.0.9 asset_manager_tool: ^1.0.9 copied to clipboard
这个包的目的是帮助我们管理资产文件,并给出提示资产文件是否在项目中使用到。
We analyzed this package 35 hours ago, and awarded it 130 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 60 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description
field in your package's pubspec.yaml
should primarily contain characters used in English.
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
34 out of 169 API elements (20.1 %) have documentation comments.
Some symbols that are missing documentation: asset_item
, asset_item.AssetItem
, asset_item.AssetItem.AssetItem
, asset_item.AssetItem.assetExists
, asset_item.AssetItem.checkOrCreateDustbin
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:asset_manager_tool/asset/asset_item.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:asset_manager_tool/asset/asset_item.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Web`.
Because:
package:asset_manager_tool/asset/asset_item.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:asset_manager_tool/asset/asset_item.dart
that imports:package:asset_manager_tool/asset/asset_list.dart
that imports:package:asset_manager_tool/asset/image_asset_item.dart
that imports:package:asset_manager_tool/options.dart
that imports:package:asset_manager_tool/config.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 9 issues. Showing the first 2:
/tmp/pana_TPNSDH/bin/asset_manager_tool.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_TPNSDH/lib/asset/asset_item.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.3.1 |
2.6.0 | 2.6.0 |
crypto |
^3.0.2 |
3.0.6 | 3.0.6 |
glob |
^2.1.0 |
2.1.2 | 2.1.2 |
image |
^4.1.3 |
4.5.2 | 4.5.2 |
io |
^1.0.3 |
1.0.5 | 1.0.5 |
logging |
^1.1.0 |
1.3.0 | 1.3.0 |
path |
^1.8.2 |
1.9.1 | 1.9.1 |
watcher |
^1.1.0 |
1.1.1 | 1.1.1 |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 4.0.2 | 4.0.2 |
async |
- | 2.12.0 | 2.12.0 |
collection |
- | 1.19.1 | 1.19.1 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
meta |
- | 1.16.0 | 1.16.0 |
petitparser |
- | 6.0.2 | 6.0.2 |
posix |
- | 6.0.1 | 6.0.1 |
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 |
xml |
- | 6.5.0 | 6.5.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.17
, Dart 3.6.0
.
Check the analysis log for details.