I am trying to play a custom mp3 sounds in flutter. I found this proof-of-concept plugin:
https://github.com/rxlabz/flutter-mediaplayer-plugin
But it says that it is outdated. Also, it doesn't find the PlatformMessages class (which I guess should be in services.dart)
Any fix or other way of doing it?