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. The SimpleSheetMusic widget is the main entry point for displaying sheet music. It takes a list of Staff objects and other optional parameters to customize the appearance of the sheet music.