aura_music_kit 1.0.0
aura_music_kit: ^1.0.0 copied to clipboard
A professional Flutter plugin to query local device music, manage playlists, and apply audio effects on Android and iOS.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-08-13 #
Added #
- Initial release of Aura Music Kit.
- Support for fetching all local audio files from Android and iOS devices.
- Automatic handling of platform-specific permissions:
READ_MEDIA_AUDIOfor Android 13+.READ_EXTERNAL_STORAGEfor Android 12 and below.NSAppleMusicUsageDescriptionfor iOS.
- Ability to retrieve:
- Song title, artist, album, duration, and file path.
- Embedded album artwork (
Uint8List).
- Example usage for:
- Permission handling.
- Song fetching.
- Displaying songs in a
ListView.
- Basic Equalizer integration with
just_audio:- Enable/disable equalizer.
- Adjust gain for each frequency band.