assets_sync 0.0.1+2 copy "assets_sync: ^0.0.1+2" to clipboard
assets_sync: ^0.0.1+2 copied to clipboard

AssetsSync is a utility package for flutter that helps developers manage the synchronization of assets in their projects. It provides a simple and intuitive interface for adding and updating assets in [...]

5
likes
120/ 160
pub points
3
downloads

We analyzed this package 14 hours ago, and awarded it 120 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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/Yczar/assets-sync was unreachable. Make sure that the website is reachable via HEAD requests.

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: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

3 out of 5 API elements (60.0 %) have documentation comments.

Some symbols that are missing documentation: assets_sync.AssetsSync.AssetsSync.new, assets_sync.AssetsSync.instance.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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:assets_sync/assets_sync.dart that imports:
  • package:assets_sync/src/assets_sync.dart that imports:
  • package:assets_sync/src/connectors/pubspec_connector.dart that imports:
  • package:assets_sync/src/connectors/helpers/file_service.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:assets_sync/assets_sync.dart that imports:
  • package:assets_sync/src/assets_sync.dart that imports:
  • package:assets_sync/src/connectors/pubspec_connector.dart that imports:
  • package:assets_sync/src/connectors/helpers/file_service.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 4 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/src/connectors/helpers/file_service.dart:24:17

   ╷
24 │   ///   A Future<bool>
   │                 ^^^^^^
   ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/connectors/helpers/file_service.dart:52:17

   ╷
52 │   ///   A Future<String?>
   │                 ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/connectors/helpers/file_service.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
file_system ^1.0.1 1.0.2 2.0.9
path ^1.8.2 1.9.1 1.9.1
path_provider ^2.0.11 2.1.5 2.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
anio - 1.1.3 2.0.10
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.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
synchronizer - 1.0.2 1.0.2
vector_math - 2.1.4 2.2.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.0.1` on file_system does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions file_system 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:
5
likes
120
points
3
downloads

Publisher

verified publisherflutterbytes.io

Weekly Downloads

AssetsSync is a utility package for flutter that helps developers manage the synchronization of assets in their projects. It provides a simple and intuitive interface for adding and updating assets in the pubspec.yaml file of a Flutter project.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

file_system, flutter, path, path_provider

More

Packages that depend on assets_sync