soundcmd 0.0.1-dev2
SDKdartflutter
Platformandroidioswindowslinuxmacos
A library to play music or files on macOS, with support for other systems coming soon.
this is a package to allow for playing sounds, currently only macOS iss supported, as it has afplay command. #usage void main{ import "package:soundcmd/soundplay.dart"; sound("foo.mp3");}