mxaudioplayer 0.0.1
mxaudioplayer: ^0.0.1 copied to clipboard
1.循环播放,指定次数播放 2.检测音量 3.设置震动 4.播放系统音频
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mxaudioplayerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mxaudioplayer: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mxaudioplayer/mxaudioplayer.dart';