FlutterMidiCommand icon indicating copy to clipboard operation
FlutterMidiCommand copied to clipboard

Missing plugin exception

Open Jon-Salmon opened this issue 3 years ago • 1 comments
trafficstars

Not sure if this affects performance, but I have been getting crashalytics errors relating to a missing cancel method on Android. The errors only seem to be generated while the app is in the background and are as follows:

MissingPluginException(No implementation found for method cancel on channel plugins.invisiblewrench.com/flutter_midi_command/rx_channel). Error thrown Instance of 'ZM'.

Jon-Salmon avatar Nov 25 '22 14:11 Jon-Salmon

Thanks for reporting this. I have noticed similar logs, but never found where it originated from. I haven't seen any performance issues related to this, and if it only occurs when the app is in the background I guess that explains it.

mortenboye avatar Nov 25 '22 15:11 mortenboye