fancy_audio_recorder 0.0.2 fancy_audio_recorder: ^0.0.2 copied to clipboard
Simple audio recorder ready to use (Like instant soup).
fancy_audio_player #
Simple audio recorder ready to use (Like instant soup).
Demo #
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
to /example
folder.
AudioRecorderButton(
maxRecordTime: const Duration(seconds: 80),
onRecordComplete: (value) {
log('$value');
},
),