The simple_sheet_music
library provides a simple way to display sheet music in Flutter applications.
It contains classes for rendering staves, measures, clefs, notes and other notation objects.
Libraries
- simple_sheet_music
- The
simple_sheet_music
library provides a simple way to display sheet music in a Flutter application. It includes classes for rendering staffs, measures, clefs, notes, and other music objects. TheSimpleSheetMusic
widget is the main entry point for displaying sheet music. It takes a list ofStaff
objects and other optional parameters to customize the appearance of the sheet music.