Skip to content

sikandernoori/flutter_file_attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flutter plugin to get file and folder attributes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published