sheet_music 0.1.1+2 sheet_music: ^0.1.1+2 copied to clipboard
A Flutter Widget for Sheet Music (All Major Flat and Sharp Scales, Notes from 5 below and 5 above the bar, Treble and Bass Clef).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sheet_music
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sheet_music: ^0.1.1+2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sheet_music/sheet_music.dart';