mirror of
https://github.com/flame-engine/flame.git
synced 2026-03-13 09:43:03 +08:00
Prepared all packages to be released to pub.dev Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
32 lines
687 B
YAML
32 lines
687 B
YAML
name: flame_audio
|
|
resolution: workspace
|
|
description: |
|
|
Audio support for the Flame game engine, basically a thin wrapper around the audioplayers package.
|
|
version: 2.12.0
|
|
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
|
|
funding:
|
|
- https://opencollective.com/blue-fire
|
|
- https://github.com/sponsors/bluefireteam
|
|
- https://patreon.com/bluefireoss
|
|
topics:
|
|
- flame
|
|
- audio
|
|
|
|
environment:
|
|
sdk: ">=3.11.0 <4.0.0"
|
|
flutter: ">=3.41.0"
|
|
|
|
dependencies:
|
|
audioplayers: ^6.2.0
|
|
flame: ^1.36.0
|
|
flutter:
|
|
sdk: flutter
|
|
synchronized: ^3.1.0
|
|
|
|
dev_dependencies:
|
|
dartdoc: ^9.0.0
|
|
flame_lint: ^1.4.3
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail: ^1.0.4
|