flutter_sound_system 0.0.2
flutter_sound_system: ^0.0.2 copied to clipboard
Flutter sound recorder and player.
Flutter Sound System #
Flutter sound recorder and player.
Getting Started #
Currently only working on Android.
Usage #
Android:
// Storage permission
FlutterSoundSystem.record('path to lovation including file name');
await FlutterSoundSystem.isRecording(); // Boolean
await FlutterSoundSystem.isPlaying(); // Boolean
String filePath = await FlutterSoundSystem.stopRecording();