saavy_music 0.3.1
saavy_music: ^0.3.1 copied to clipboard
An opinionated, compositional, and immutable music theory library for Dart, designed for developers who think about harmony in terms of shapes and relationships.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add saavy_musicThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
saavy_music: ^0.3.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:saavy_music/saavy_music.dart';