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 5 days 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.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 82 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: 'xpathEvaluate' is experimental and could be removed or changed at any time.
lib/src/parser/parser.dart:55:32
╷
55 │ String title = xmlDocument.xpathEvaluate('score-partwise/work/work-title').string;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/parser/parser.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.9 | |
cupertino_icons |
^1.0.8 |
1.0.9 | 1.0.9 | |
music_notes |
^0.19.1 |
0.19.1 | 0.25.0 | |
xml |
^6.5.0 |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.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.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.23.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.