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

A script for building asset spans from input files.

60/ 160
pub points
40
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MPL-2.0.

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

8 out of 9 API elements (88.9 %) have documentation comments.

Some symbols that are missing documentation: asset_span_builder.

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
0 / 20trigger folding of the section

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: The named parameter 'supportedSoundFileExtensions' isn't defined.

lib/src/json/spans_config.g.dart:17:3

   ╷
17 │   supportedSoundFileExtensions:
   │   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/json/spans_config.g.dart

ERROR: The getter 'supportedSoundFileExtensions' isn't defined for the type 'SpansConfig'.

lib/src/json/spans_config.g.dart:29:48

   ╷
29 │       'supportedSoundFileExtensions': instance.supportedSoundFileExtensions,
   │                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/json/spans_config.g.dart

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

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

Package Constraint Compatible Latest Notes
filesize ^2.0.1 2.0.1 2.0.1
json_annotation ^4.9.0 4.11.0 4.11.0
path ^1.8.0 1.9.1 1.9.1
recase ^4.1.0 4.1.0 4.1.0
yaml ^3.1.3 3.1.3 3.1.3
yaml_edit ^2.2.2 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
meta - 1.18.2 1.18.2
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/src/json/spans_config.g.dart:17:3 - The named parameter 'supportedSoundFileExtensions' isn't defined.
  • UNDEFINED_GETTER - lib/src/json/spans_config.g.dart:29:48 - The getter 'supportedSoundFileExtensions' isn't defined for the type 'SpansConfig'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
60
points
40
downloads

Documentation

API reference

Publisher

verified publisherbackstreets.site

Weekly Downloads

A script for building asset spans from input files.

Repository (GitHub)
View/report issues

License

MPL-2.0 (license)

Dependencies

filesize, json_annotation, path, recase, yaml, yaml_edit

More

Packages that depend on asset_span_builder