You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: