musicxml_score 0.0.1+1
musicxml_score: ^0.0.1+1 copied to clipboard
A music score renderer for MusicXML files in Flutter applications.
We analyzed this package 15 hours ago, and awarded it 115 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:5:76
╷
5 │ <p>The starting point of this project is my Bsc thesis, which you can find <a href="http://193.6.1.94:9080/jadox/portal/displayImage.psml?offset=1&docID=49183&secID=48299&libraryId=-1&limit=10&pageSet=newLine&resultType=0&schemaId=null&action=browse&site=search&type=advanced&orderBy=0">here</a> (in hungarian)</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:musicxml_score/src/parser/parser.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:musicxml_score/src/parser/parser.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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 39 issues. Showing the first 2:
WARNING: The value of the local variable 'item' isn't used.
lib/src/layout/staff_layout.dart:215:25
╷
215 │ case final Backup item:
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/layout/staff_layout.dart
WARNING: The value of the field '_transformationController' isn't used.
lib/src/renderer/score_canvas.dart:43:34
╷
43 │ final TransformationController _transformationController;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/renderer/score_canvas.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
^3.6.1 |
3.6.1 | 4.0.7 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
music_notes |
^0.19.1 |
0.19.1 | 0.23.0 | |
xml |
^6.5.0 |
6.6.1 | 6.6.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.6.1` 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 `^0.19.1` on music_notes does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions music_notes
to update the constraint.
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.