asset_span_builder 1.0.0
asset_span_builder: ^1.0.0 copied to clipboard
A script for building asset spans from input files.
We analyzed this package 3 days ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MPL-2.0.
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.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.