audio_waveform_recorder 0.1.0
audio_waveform_recorder: ^0.1.0 copied to clipboard
Record audio with a real-time animated waveform visualiser. Playback with waveform scrubbing. Export to M4A/AAC/WAV/MP4. Zero heavy dependencies - pure Dart UI + native platform channels.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add audio_waveform_recorderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
audio_waveform_recorder: ^0.1.0Alternatively, 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_waveform_recorder/audio_waveform_recorder.dart';