Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 581 Bytes

flutter_file_attributes

Flutter plugin to get file and folder attributes.

Usage

final _flutterFileAttributesPlugin = FlutterFileAttributes();
var fileAttributes = await _flutterFileAttributesPlugin.getFileAttriburtes(filePath);

Available attributes

IOS: https://developer.apple.com/documentation/foundation/fileattributekey

Android: TODO(skandar)

TODO:

  • Implement for Android.
  • Implement for Folder attributes.

Sample

IMG_0378