From 0821c9927df04427062b09bcea9f13c01bd4d84c Mon Sep 17 00:00:00 2001 From: zhuzhengjun Date: Mon, 19 Aug 2024 08:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9example=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhuzhengjun --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 69ff237..f92f0b9 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -32,7 +32,7 @@ class MyApp extends StatefulWidget { class _MyAppState extends State { final player = AudioPlayer(); final String url = - "https://s3.amazonaws.com/scifri-episodes/scifri20181123-episode.mp3"; + "https://luan.xyz/files/audio/ambient_c_motion.mp3"; PlayerState playerState = PlayerState.stopped; @override -- Gitee