flutter_sound_system 0.0.7 copy "flutter_sound_system: ^0.0.7" to clipboard
flutter_sound_system: ^0.0.7 copied to clipboard

outdated

Flutter sound recorder and player.

Flutter Sound System #

Flutter sound recorder and player.

Getting Started #

Currently only working on Android.

Usage #

Android:

    FlutterSoundSystem.record('File Path');
    String filePath = await FlutterSoundSystem.stopRecording();

    FlutterSoundSystem.play('File Path');
    FlutterSoundSystem.stopPlaying();
    FlutterSoundSystem.pausePlaying();
1
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter sound recorder and player.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_sound_system

Packages that implement flutter_sound_system