flutter_audio_recorder icon indicating copy to clipboard operation
flutter_audio_recorder copied to clipboard

uses a deprecated version

Open Reinoal opened this issue 3 years ago • 1 comments

The plugin flutter_audio_recorder uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.

Reinoal avatar Nov 02 '21 07:11 Reinoal

I believe the v1 embedding is deprecated as of Flutter v1.22. This was causing me some issues after upgrading gradle in my project so I have to start fresh with a different plugin.

Best of luck everyone! 👍🏼

HadenHiles avatar Mar 27 '22 01:03 HadenHiles