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
I'm using this package to implement tap & hold to record audio like whatsapp. when I'm calling stop recording function then its throwing error due to dispose() (Unhandled Exception: Bad state: Cannot add new events after calling close).
@himanshus26 Thanks for the reporting this issue. This looks like an edge case that we're adding events to Recorder state stream even though stream is closed
I'm using this package to implement tap & hold to record audio like whatsapp. when I'm calling stop recording function then its throwing error due to dispose() (Unhandled Exception: Bad state: Cannot add new events after calling close).
Here's my code snippet.
Start Recording >
Stop Recording >
The text was updated successfully, but these errors were encountered: