aura_music_kit 1.0.1 copy "aura_music_kit: ^1.0.1" to clipboard
aura_music_kit: ^1.0.1 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.1 - 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_AUDIO for Android 13+.
    • READ_EXTERNAL_STORAGE for Android 12 and below.
    • NSAppleMusicUsageDescription for 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.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_AUDIO for Android 13+.
    • READ_EXTERNAL_STORAGE for Android 12 and below.
    • NSAppleMusicUsageDescription for 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.

0.0.1 - 2025-08-10 #

Added #

  • Project scaffold and package structure.
  • Android and iOS platform channels.
  • Basic permission handling setup.
1
likes
150
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A professional Flutter plugin to query local device music, manage playlists, and apply audio effects on Android and iOS.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on aura_music_kit

Packages that implement aura_music_kit