nessmediametadataretriever 1.0.2
nessmediametadataretriever: ^1.0.2 copied to clipboard
nessmediametadataretriever
nessmediametadataretriever #
nessmediametadataretriever
A Flutter plugin to read metadata of media files for Android and IOS.
A part of Ness open source project 💜
Install #
Add in your pubspec.yaml.
dependencies:
...
nessmediametadataretriever: ^1.0.0
Issues are maintained here.
Support #
Example #
var metadata = await NessMetadataRetriever.fromFile(File('your file path'))
String? title = metadata.title;
List<String>? artists = metadata.artists;
String? album = metadata.album;
String? albumArtist = metadata.albumArtist;
int? duration = metadata.duration;
Uint8List? albumArt = metadata.albumArt;
Platforms #
| Platform | Status |
|---|---|
| Android | Working |
| IOS | Working |
License #
This library & work under this repository is MIT licensed.
Copyright (C) 2021 Abdoulaye M Koné [email protected]