trietho / flutter_beep

A very lite module to play system sounds and beep for flutter apps (no sound files)
BSD 3-Clause "New" or "Revised" License
17 stars 34 forks source link

Remove and replace deprecated overrides in android plugin #8

Closed b3arco closed 3 years ago

b3arco commented 3 years ago

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.