saavy_music 0.4.0
saavy_music: ^0.4.0 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_musicWith Flutter:
$ flutter 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.4.0Alternatively, 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:saavy_music/saavy_music.dart';