Reputation: 1240
I want to create alarm application for flutter with a functionality that user can choose the custom alarm sound that are uploaded on firebase storage. how can I achieve this ?
I have tried using some packages but some of them does not support custom sound and others only support asset sounds but I want to get sound from network is it possible if yes then how ?
Upvotes: 0
Views: 557
Reputation: 1
Quick Google Search results in #1 result : https://flutteragency.com/play-custom-sound-in-flutter/
Upvotes: 0