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

PlatformAndroidiOS
outdated

Flutter sound recorder and player.

Flutter Sound System #

Flutter sound recorder and player.

Getting Started #

Currently only working on Android.

Usage #

Android:

    FlutterSoundSystem.startRecording('File Path');
    await FlutterSoundSystem.stopRecording();

    FlutterSoundSystem.playMedia('File Path');
    FlutterSoundSystem.stopMedia();
    FlutterSoundSystem.pauseMedia();
1
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter sound recorder and player.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_sound_system

Packages that implement flutter_sound_system