audio_metadata

Last updated:

0 purchases

audio_metadata Image
audio_metadata Images
Add to Cart

Description:

audio metadata

audio_metadata #
Plugin allows you to get metadata from any mp3 file for both mobile platforms (iOS and Android)
Getting Started #
A simple usage example:
import 'package:audio_metadata/audio_metadata.dart';

final AudioMetaData metaData = await AudioMetaDataManager.getAudioMetaData(filePath);
print(metaData.title);

copied to clipboard
Support fields #

album
albumArtist
duration
sizeInBytes
genre
artist
title
filename
creationDate

Support Platform #

✅ IOS
✅ Android

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.