Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.