fledge_audio 0.1.2
fledge_audio: ^0.1.2 copied to clipboard
Audio plugin for the Fledge ECS game framework. Provides music, sound effects, and 2D spatial audio using flutter_soloud.
Changelog #
0.1.2 - 2026-01-03 #
[Unreleased] #
Bug Fixes #
- Update dependencies to latest stable versions
- fledge: Update dependencies, upgrade melos to v7
Miscellaneous #
- license: Remove whitespace from license files
- Update license text
- Bump versions
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-02 #
Added #
- Initial release of fledge_audio
- Background music playback with crossfading
- Sound effect playback with volume control
- AudioAssets resource for loading and managing audio files
- World extension methods for playing audio (playSfx, playMusic)
- AudioChannels for volume control (master, music, sfx, voice, ambient)
- AudioListener component for spatial audio
- AudioSource component for positional audio entities
- Automatic pause on window focus loss