Simple MusicXML parser used to convert MusicXML into NoteSequence.
Parse music xml
TODO: List prerequisites and provide or point to information on how to start using the package.
final document = MusicXmlDocument.parse(file.readAsStringSync());Run the publish command in dry-run mode to see if everything passes analysis
flutter pub publish --dry-runThe next step is publishing to pub.dev, but be sure that you are ready because publishing is forever:
flutter pub publishInspired from Google's magenta musicxml_parser.py