Last updated:
0 purchases
fancy audio recorder
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');
},
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.