I used ready-made code on GitHub, to record audio through , I used a package called: audioplayers, but when I started recording audio, I got this error: **No implementation found for method init on channel (flutter_audio_recorder2)** What is the reason? I will attach some codes that may be the cause of the error The first picture
CodePudding user response:
you can use just_audio
package it doesn't include a Windows implementation. As it says in the README
, you need to include another package such as just_audio_libwinmedia
that provides a Windows implementation of the package.