Flutter Web Audio Player Alternative
Playing sounds in a Flutter web application
For playing audio on iOS or Android using Flutter, most people will use dedicated packages from the pub.dev repository.
Unfortunately, these are not marked as supported on the web platform.
At the moment of this writing, I couldn’t easily set up audio playback in my web…