pitchupdart 0.0.6 copy "pitchupdart: ^0.0.6" to clipboard
pitchupdart: ^0.0.6 copied to clipboard

This library can be used to implement your own instrument tuning app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pitchupdart

With Flutter:

 $ flutter pub add pitchupdart

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

dependencies:
  pitchupdart: ^0.0.6

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:pitchupdart/instrument_type.dart';
import 'package:pitchupdart/pitch_handler.dart';
import 'package:pitchupdart/pitch_result.dart';
import 'package:pitchupdart/tuning_status.dart';
10
likes
130
pub points
81%
popularity

Publisher

verified publishertechpotatoes.com

This library can be used to implement your own instrument tuning app.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on pitchupdart