This PR builds on top of PR #6. Merge that one first.
In this PR, I removed or replaced deprecated calls in FlutterBeepPlugin.java.
This should prevent the deprecation warnings described in issue #7 when compiling an app that uses flutter_beep.
I tested the example app on Android 8.1, 10, and 11 without any issues.
This PR builds on top of PR #6. Merge that one first.
In this PR, I removed or replaced deprecated calls in
FlutterBeepPlugin.java
. This should prevent the deprecation warnings described in issue #7 when compiling an app that usesflutter_beep
.I tested the example app on Android 8.1, 10, and 11 without any issues.