-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
41 lines (37 loc) · 1 KB
/
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
39
40
41
name: just_audio
description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.
version: 0.6.15+1
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
dependencies:
just_audio_platform_interface: ^2.0.1
just_audio_web: ^0.2.3
audio_session: ^0.0.11
rxdart: ">= 0.24.1 < 0.26.0"
path: ^1.6.4
path_provider: ^1.6.10
async: ^2.4.0
uuid: ^2.2.0
crypto: ">= 2.1.5 < 4.0.0"
meta: ^1.2.4
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.3
plugin_platform_interface: ^1.0.3
flutter:
plugin:
platforms:
android:
package: com.ryanheise.just_audio
pluginClass: JustAudioPlugin
ios:
pluginClass: JustAudioPlugin
macos:
pluginClass: JustAudioPlugin
web:
default_package: just_audio_web