device_audio_query 0.0.2 copy "device_audio_query: ^0.0.2" to clipboard
device_audio_query: ^0.0.2 copied to clipboard

A Flutter plugin to query audio files and their metadata from the device's storage. It provides an easy-to-use API for retrieving information about songs, albums, artists, and playlists, making it ide [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_audio_query

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  device_audio_query: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:device_audio_query/device_audio_query.dart';
1
likes
140
points
54
downloads

Documentation

API reference

Publisher

verified publisherbustify.dev

Weekly Downloads

A Flutter plugin to query audio files and their metadata from the device's storage. It provides an easy-to-use API for retrieving information about songs, albums, artists, and playlists, making it ideal for music player applications or any app that needs to access audio content on the device.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_audio_query

Packages that implement device_audio_query