audio_metadata 0.0.3 copy "audio_metadata: ^0.0.3" to clipboard
audio_metadata: ^0.0.3 copied to clipboard

Plugin allows you to get metadata from any mp3 file for both mobile platforms (iOS and Android)

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);

Support fields #

  • album
  • albumArtist
  • duration
  • sizeInBytes
  • genre
  • artist
  • title
  • filename
  • creationDate

Support Platform #

  • IOS
  • Android
2
likes
40
pub points
36%
popularity

Publisher

unverified uploader

Plugin allows you to get metadata from any mp3 file for both mobile platforms (iOS and Android)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on audio_metadata