我构建了本地资源音频播放的Flutter应用。如何在接听电话或播放视频时自动停止音频播放(流式传输)?我使用音频播放器0.7.8来构建应用程序。
pubspec.yaml:
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
audioplayers: ^0.7.8
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
[我的库flutter_exoplayer如您所愿,支持音频焦点,但是目前不支持从资产播放(但支持从本地存储和网络播放),但将很快开发。