-
-
Notifications
You must be signed in to change notification settings - Fork 370
/
pubspec.yaml
49 lines (43 loc) · 1.62 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
42
43
44
45
46
47
48
49
name: assets_audio_player
description: Play music/audio stored in assets files directly from Flutter & Network, Radio, LiveStream, Local files. Compatible with Android, iOS, web 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" # to download / cache network files
path_provider: ^2.0.8 # removed this because it cancel flutter/android/ios on pub.dev path_provider: ^1.6.10
# The design on https://flutter.dev/go/federated-plugins was to leave
# this constraint as 'any'. We cannot do it right now as it fails pub publish
# validation, so we set a ^ constraint.
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
# https://github.com/flutter/flutter/issues/46264
# assets_audio_player_web: ^3.0.0-nullsafety.0
assets_audio_player_web: ^3.1.1
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
web:
default_package: assets_audio_player_web
# moved to assets_audio_player_web
# web:
# pluginClass: AssetsAudioPlayerPlugin
# fileName: assets_audio_player_web.dart