Home > front end >  Flutter :- No implementation found for method init on channel (flutter_audio_recorder2)** using audi
Flutter :- No implementation found for method init on channel (flutter_audio_recorder2)** using audi

Time:02-05

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

Second Picture

Third 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.

  •  Tags:  
  • Related