The audio player stopped working. I am using it on my flutterflow web app. It was working fine (before the update) when playing recorded audio.
Now it is giving errors. Console output:
MissingPluginException(No implementation found for method open on channel assets_audio_player)
errors.dart:299 Uncaught (in promise) RethrownDartError: MissingPluginException(No implementation found for method open on channel assets_audio_player)
at Object.createErrorWithStack (errors.dart:299:10)
at Error._throw (profile.dart:117:39)
at Error.throwWithStackTrace (errors.dart:120:5)
at async._AsyncCallbackEntry.new.callback (zone.dart:1512:11)
at Object._microtaskLoop (schedule_microtask.dart:40:11)
at Object._startMicrotaskLoop (schedule_microtask.dart:49:5)
at tear (operations.dart:117:77)
at async_patch.dart:186:7