sheet_music 0.3.0 copy "sheet_music: ^0.3.0" to clipboard
sheet_music: ^0.3.0 copied to clipboard

discontinued

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.3.0

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';
24
likes
30
pub points
0%
popularity

Publisher

verified publisherrodydavis.com

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).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, tonic

More

Packages that depend on sheet_music