-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (34 loc) · 870 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (34 loc) · 870 Bytes
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
name: fmod_flutter
description: A Flutter plugin for FMOD Studio audio engine integration. Play music, sound effects, and use advanced audio features.
version: 0.1.0
homepage: https://github.com/SuperWes/fmod_flutter
environment:
sdk: ^3.9.0
flutter: ">=3.38.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
executables:
setup_fmod:
flutter:
plugin:
platforms:
android:
package: com.midnightlaunchgames.fmod_flutter
pluginClass: FmodFlutterPlugin
ios:
pluginClass: FmodFlutterPlugin
macos:
pluginClass: FmodFlutterPlugin
windows:
pluginClass: FmodFlutterPluginCApi
web:
pluginClass: FmodWeb
fileName: src/fmod_web.dart