aura_music_kit
A professional Flutter plugin to query local device music, manage playlists, and apply audio effects on Android and iOS.
What this package is like to depend on
Last release 1 years ago
13 Aug 2025
Too new to tell
only 1 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
3 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Aug 2025 to Aug 2025
2026
Releases
latest 3-
1.1.113 Aug 2025Release notes
Open source →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.
-
1.0.113 Aug 2025Nothing published for this version
-
1.0.013 Aug 2025Release notes
Open source →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.