Thanh-Binh Nguyen

Results 1 comments of Thanh-Binh Nguyen

> To work on Flutter web I only managed it like this: > > await assetsAudioPlayer.open( Audio.network("assets/sounds/simple-notification.mp3"), showNotification: true, ); > > Basically replaces Audio(assetHere) with Audio.network(assetHere), it seems that...