forked from bluefireteam/audioplayers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
38 lines (33 loc) · 779 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: audioplayers
description: A Flutter plugin to play multiple audio files simultaneously
version: 0.17.4
homepage: https://github.com/luanpotter/audioplayers
flutter:
plugin:
platforms:
android:
package: xyz.luan.audioplayers
pluginClass: AudioplayersPlugin
ios:
pluginClass: AudioplayersPlugin
macos:
pluginClass: AudioplayersPlugin
web:
pluginClass: AudioplayersPlugin
fileName: audioplayers_web.dart
dependencies:
uuid: ^2.2.2
#path_provider: ^1.6.22
path_provider: ^2.0.1
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
http: ^0.12.2
test: ^1.15.4
environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ">=1.10.0"