-
-
Notifications
You must be signed in to change notification settings - Fork 381
/
pubspec.yaml
35 lines (30 loc) · 905 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
name: assets_audio_player
description: Play music/audio stored in assets files directly from Flutter & Network, Radio, LiveStream, Local files. Compatible with Android, iOS, and macOS.
version: 3.1.1
#author: Florent Champigny <[email protected]>
homepage: https://github.com/florent37/Flutter-AssetsAudioPlayer
environment:
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
rxdart: ^0.27.7
uuid: ">=3.0.7 <5.0.0"
http: ">=0.13.0 <2.0.0"
path_provider: ^2.0.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
flutter:
plugin:
platforms:
android:
package: com.github.florent37.assets_audio_player
pluginClass: AssetsAudioPlayerPlugin
mainClass: AssetsAudioPlayerPlugin
ios:
pluginClass: AssetsAudioPlayerPlugin
macos:
pluginClass: AssetsAudioPlayerPlugin