musicxml_score 0.0.1+1 copy "musicxml_score: ^0.0.1+1" to clipboard
musicxml_score: ^0.0.1+1 copied to clipboard

A music score renderer for MusicXML files in Flutter applications.

115/ 160
pub points
1
downloads

We analyzed this package 15 hours ago, and awarded it 115 pub points (of a possible 160):

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

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

Failed check 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.

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

0 out of 0 API elements (100.0 %) have documentation comments.

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:musicxml_score/src/parser/parser.dart that imports:
  • dart:io

Failed check 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.

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

Failed check 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

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

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.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
115
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A music score renderer for MusicXML files in Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, cupertino_icons, flutter, music_notes, xml

More

Packages that depend on musicxml_score