loading streaming url at runtime dynamically

This commit is contained in:
2024-09-23 16:46:29 -04:00
parent 36e13ecb50
commit bc30c9586e
5 changed files with 25 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import 'Globals.dart';
import 'YthingRadio.dart';
Future<void> main() async {
await loadCurrentUrl();
await setupListenHandler();
runApp(const YthingRadio());
}