这是indexloc提供的服务,不要输入任何密码

asset_downloader 1.0.0 copy "asset_downloader: ^1.0.0" to clipboard
asset_downloader: ^1.0.0 copied to clipboard

The flutter library designed for efficiently downloading, saving, and utilizing various types of files/assets in a widget.

4
likes
130/ 160
pub points
37
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

41 out of 148 API elements (27.7 %) have documentation comments.

Some symbols that are missing documentation: asset_downloader, asset_downloader.AssetDownloadTask.AssetDownloadTask.new, asset_downloader.AssetDownloadTask.fileName, asset_downloader.AssetDownloadTask.taskId, asset_downloader.AssetDownloadTask.url.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:asset_downloader/asset_downloader.dart that imports:
  • package:asset_downloader/src/services/services.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_service.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_repository.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:asset_downloader/asset_downloader.dart that imports:
  • package:asset_downloader/src/services/services.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_service.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_repository.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:asset_downloader/asset_downloader.dart that imports:
  • package:asset_downloader/src/services/services.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_service.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_repository.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:asset_downloader/asset_downloader.dart that imports:
  • package:asset_downloader/src/services/services.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_service.dart that imports:
  • package:asset_downloader/src/services/assets_meta_data_repository.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 14 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/src/exceptions.dart:1:1

  ╷
1 │ ┌ /// [AssetDownloaderNotInitializedException] is thrown when [AssetDownloader] is not initialized.
2 │ └ /// You need to call (await AssetDownloader.initialize()) before using AssetDownloader.
  ╵

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

INFO: Dangling library doc comment.

lib/src/models/asset_meta_data.dart:1:1

  ╷
1 │ /// [AssetMetaData] model which is currently being used by the sqflite database for storing the meta data
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
archive ^3.4.10 3.6.1 4.0.7
background_downloader ^8.1.0 8.9.5 9.2.3
get ^4.6.6 4.7.2 4.7.2
path ^1.8.3 1.9.1 1.9.1
path_provider ^2.1.2 2.1.5 2.1.5
sqflite ^2.3.0 2.4.2 2.4.2
uuid ^3.0.6 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
http - 1.4.0 1.4.0
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
sqflite_android - 2.4.1 2.4.1
sqflite_common - 2.5.5 2.5.5
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.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 `^3.4.10` on archive does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions archive to update the constraint.

The constraint `^8.1.0` on background_downloader does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions background_downloader to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
130
points
37
downloads

Publisher

verified publisherscapia.dev

Weekly Downloads

The flutter library designed for efficiently downloading, saving, and utilizing various types of files/assets in a widget.

Topics

#assets #downloader #network-assets

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, background_downloader, flutter, get, path, path_provider, sqflite, uuid

More

Packages that depend on asset_downloader