chord_transposer 0.0.1 copy "chord_transposer: ^0.0.1" to clipboard
chord_transposer: ^0.0.1 copied to clipboard

A Dart package for transposing chords into any given key.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chord_transposer

With Flutter:

 $ flutter pub add chord_transposer

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

dependencies:
  chord_transposer: ^0.0.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:chord_transposer/chord_transposer.dart';
5
likes
140
pub points
32%
popularity

Publisher

verified publisherjakesmd.dev

A Dart package for transposing chords into any given key.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on chord_transposer