audioplayers 6.8.1
SDKflutter
Platformandroidioswindowslinuxmacosweb
A Flutter plugin to play multiple audio files simultaneously
A simple HTTP server to provide audio sources using package:shelf. This server listens to loop-back (localhost, 127.0.0.1).
To run this server locally, run as follows:
$ dart run bin/server.dart
Environment variables:
LATENCY: the timeout until the server should respond in milliseconds, default:0.PORT: the port the server should listen on, default:8080.LOG_REQUESTS: log the network requests, default:false.