FlutterPlugin used to query audios/songs infos [title, artist, album, etc..] from device storage.
This plugin uses flutter platform interface to handle native code from Android (Kotlin) and iOS (Swift). Supports multiple formats mp3, flac, aac, opus, etc.. and a powerful filtering.
- Features:
- Built-in storage permissions to read and write.
- Access all audios, albums, artists, playlists, and genres, with specific query methods for search and sorting.
- Manage playlists by creating, deleting, renaming, and modifying them, including adding, removing, or moving audios.
Technologies
- Flutter: A UI toolkit for building natively compiled apps for mobile, web, and desktop from a single codebase.
- Flutter Plugin: Extend Flutter’s capabilities with platform-specific features using native code integration.
- Kotlin: A modern programming language for Android and JVM development, offering concise syntax, safety, and interoperability with Java.
- Swift: A powerful, intuitive programming language for iOS, macOS, watchOS, and tvOS apps, designed for safety and performance.