我使用本地资产音频播放功能来构建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