music_notes 0.17.1 copy "music_notes: ^0.17.1" to clipboard
music_notes: ^0.17.1 copied to clipboard

Comprehensive set of utilities for working with music theory concepts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add music_notes

With Flutter:

 $ flutter pub add music_notes

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  music_notes: ^0.17.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:music_notes/music_notes.dart';
7
likes
140
pub points
63%
popularity

Publisher

unverified uploader

Comprehensive set of utilities for working with music theory concepts.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, meta

More

Packages that depend on music_notes