如果我想在后台播放音乐,应该使用隔离对象,对吧?
所以,如果我使用Isolate.spawn()
播放音乐
并关闭我的应用
然后重新启动我的应用程序
我可以再次获得隔离对象吗?
因此,如果用户按下停止按钮,我可以停止音乐。
对不起,英语不好^^
当应用程序不在前台时,隔离不会在后台继续运行。
有关当前可用的解决方案,请参见https://medium.com/flutter-io/executing-dart-in-the-background-with-flutter-plugins-and-geofencing-2b3e40a1a124
对于
https://github.com/flutter/flutter/issues/24278https://github.com/flutter/flutter/issues/26178