audio_fetcher 0.0.6 copy "audio_fetcher: ^0.0.6" to clipboard
audio_fetcher: ^0.0.6 copied to clipboard

A Flutter plugin for querying audio files (songs, music, recordings) from device storage on Android and iOS. Easily retrieve metadata such as title, artist, album, duration, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_fetcher

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

dependencies:
  audio_fetcher: ^0.0.6

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:audio_fetcher/audio_item_model.dart';
import 'package:audio_fetcher/audio_query.dart';
import 'package:audio_fetcher/audio_query_method_channel.dart';
import 'package:audio_fetcher/audio_query_platform_interface.dart';
1
likes
140
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for querying audio files (songs, music, recordings) from device storage on Android and iOS. Easily retrieve metadata such as title, artist, album, duration, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on audio_fetcher

Packages that implement audio_fetcher