tomoyu719 / simple_sheet_music

A Flutter package for rendering sheet music.
https://pub.dev/packages/simple_sheet_music
MIT License
10 stars 6 forks source link

Avoid primitive types #7

Closed tomoyu719 closed 4 months ago

tomoyu719 commented 4 months ago

The int type is used for the position of the Note. To ensure readability and robustness, change to a unique data class, etc.