forked from ryanheise/audio_service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
38 lines (34 loc) · 843 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
38
name: audio_service
description: Flutter plugin to play audio in the background while the screen is off.
version: 0.15.3
homepage: https://github.com/ryanheise/audio_service
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
dependencies:
audio_session: ^0.0.9
rxdart: ^0.24.1
flutter_isolate: ^1.0.0+14
flutter_cache_manager: ^1.4.0
js: ^0.6.2
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.3
flutter:
plugin:
platforms:
android:
package: com.ryanheise.audioservice
pluginClass: AudioServicePlugin
ios:
pluginClass: AudioServicePlugin
macos:
pluginClass: AudioServicePlugin
web:
pluginClass: AudioServicePlugin
fileName: audio_service_web.dart