audio_tone 0.0.3
audio_tone: ^0.0.3 copied to clipboard
A professional Flutter plugin for audio tone generation and Morse code playback with comprehensive audio control features, frequency modulation, and precise timing control.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add audio_toneThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
audio_tone: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:audio_tone/audio_tone.dart';