flutter_sound
flutter_sound copied to clipboard
[HELP]: Android has a error flutter_sound: ^9.6.0
I/flutter ( 5348): Error initializing recorder: 'package:flutter_sound/public/flutter_sound_recorder.dart': Failed assertion: line 389 pos 12: '_openRecorderCompleter == null': is not true.
You have an issue with your calls to await openRecorder().
You should check that you call this function one time before any other flutter_sound API or after a closeRecorder().
Check also that you await correctly before anything else, and that you do not call this function two times in a row.
Thank you. Problem solved