asset_manager_tool 1.0.9 copy "asset_manager_tool: ^1.0.9" to clipboard
asset_manager_tool: ^1.0.9 copied to clipboard

这个包的目的是帮助我们管理资产文件,并给出提示资产文件是否在项目中使用到。

0
likes
130/ 160
pub points
7%
popularity

We analyzed this package 26 hours ago, and awarded it 130 pub points (of a possible 160):

failed
Follow Dart file conventions
10 / 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.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

34 out of 170 API elements (20.0 %) 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

OK
Platform support
20 / 20trigger folding of the section

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.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 9 issues. Showing the first 2:

bin/asset_manager_tool.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/asset/asset_item.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
args ^2.3.1 2.5.0 2.5.0
crypto ^3.0.2 3.0.3 3.0.3
glob ^2.1.0 2.1.2 2.1.2
image ^4.1.3 4.2.0 4.2.0
io ^1.0.3 1.0.4 1.0.4
logging ^1.1.0 1.2.0 1.2.0
path ^1.8.2 1.9.0 1.9.0
watcher ^1.1.0 1.1.0 1.1.0
yaml ^3.1.1 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
async - 2.11.0 2.11.0
collection - 1.19.0 1.19.0
file - 7.0.0 7.0.0
meta - 1.15.0 1.15.0
petitparser - 6.0.2 6.0.2
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
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.7, Dart 3.4.3.

Check the analysis log for details.

0
likes
130
pub points
7%
popularity

Publisher

unverified uploader

这个包的目的是帮助我们管理资产文件,并给出提示资产文件是否在项目中使用到。

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, crypto, glob, image, io, logging, path, watcher, yaml

More

Packages that depend on asset_manager_tool