flutter_file_attributes

Flutter plugin to get file and folder attributes.

Usage

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

TODO:

  • Implement for Android.
  • Implement for Folder attributes.

Sample

IMG_0378