Reputation: 7289
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?
Upvotes: 1
Views: 702
Reputation: 5894
This repo is more recent,
https://github.com/rxlabz/flutter_audio
and have an example
https://github.com/rxlabz/flutter_audio/blob/master/example/lib/main.dart
Upvotes: 1