Skip to content

A Flutter plugin that enables you to get fileMetadata on iOS and Android

License

Notifications You must be signed in to change notification settings

moda20/flutter_file_meta_data

Repository files navigation

flutter_file_meta_data

A Flutter plugin that enables you to get fileMetadata on iOS and Android

This Plugin is available only on Android

Usage

To get Any File metadata :

import 'package:flutter_file_meta_data/flutter_file_meta_data.dart';

List metadata = await FlutterFileMetaData.getFileMetaData("filePath");

print(metadata); // Will print a list of metaData of that file 

//Output Definition 

metadata = [ Title, Artist, 8bit AlbumCover, Album Title, Track Number, Duration, Genre, Bitrate, Year ]

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

A Flutter plugin that enables you to get fileMetadata on iOS and Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages