device_audio_query 0.0.2
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_queryThis 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.2Alternatively, 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';