-
Notifications
You must be signed in to change notification settings - Fork 23
/
pubspec.yaml
72 lines (66 loc) · 1.46 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: flutter_soloud
description: >-
A low-level audio plugin for Flutter,
mainly meant for games and immersive apps.
Based on the SoLoud (C++) audio engine.
version: 2.1.7
issue_tracker: https://github.com/alnitak/flutter_soloud/issues
homepage: https://github.com/alnitak/flutter_soloud
maintainer: Marco Bavagnoli (@lildeimos)
platforms:
android:
ios:
linux:
macos:
windows:
web:
topics:
- audio
- player
- games
screenshots:
- description: "audio FFT data"
path: img/screenshot.png
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
ffi: ^2.1.3
flutter:
sdk: flutter
http: ^1.2.2
logging: ^1.2.0
meta: ^1.15.0
path: ^1.9.0
path_provider: ^2.1.4
plugin_platform_interface: ^2.1.8
web: ^1.0.0
dev_dependencies:
ffigen: ^13.0.0
flutter_test:
sdk: flutter
test: ^1.24.9
very_good_analysis: ^6.0.0
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true
web:
default_package: true
assets:
# These assets are only needed for the web platform.
# Waiting for https://github.com/flutter/flutter/issues/65065 and
# https://github.com/flutter/flutter/issues/8230 to be addressed.
# to make a conditional build.
- web/worker.dart.js
- web/libflutter_soloud_plugin.js
- web/libflutter_soloud_plugin.wasm