record icon indicating copy to clipboard operation
record copied to clipboard

... channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread.

Open martinmay67 opened this issue 6 months ago • 3 comments

Package version 5.1.2

Environment

  • OS: Windows

Describe the bug When starting the recorder audio stream, I get the following error in the logs:

[ERROR:flutter/shell/common/shell.cc(1065)] The 'com.llfbandit.record/eventsRecord/ac553894-2dfd-45aa-b17f-08697d986033' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. The recording works, but it may cause some problems in the future.

To Reproduce

Would you like me to send you a link to the repo with a sample app?

Expected behavior

No such error should happen.

Additional context

NA

martinmay67 avatar Aug 12 '24 11:08 martinmay67