🦋
Plugin requires your app to be migrated to the Android embedding v2に対応
what
FlutterでThe plugin "xxx" requires your app to be migrated to the Android embedding v2が出たときの修正で箇所になります。
エラー時に対応方法のリンクが出ますが、その修正箇所になります。
発生したのはaudioplayersをpub getしてローカルファイルを音楽再生したときになります。
android/app/src/main/AndroidManifest.xml
android/app/src/main/java/co/appbrewery/xylophone/MainActivity.java
Discussion