The Main modules
The τ API.
import 'package:flutter_sound/flutter_sound.dart';Playback
FlutterSoundPlayer myPlayer = FlutterSoundPlayer();myPlayer.openAudioSession().then( (){ ...} );myPlayer.closeAudioSession();
Recording
Last updated
Was this helpful?